mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
Fix some double newlines
Just a couple that woud now print double (or several more) newlines. Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
8594c39a0b
commit
94a0c7b42f
@@ -704,7 +704,7 @@ static void storeCommandInScript(char *cmd, char *line)
|
||||
fclose(fo);
|
||||
|
||||
if (rename(tmppath, path) != 0) {
|
||||
werror(_("could not rename file %s to %s\n"), tmppath, path);
|
||||
werror(_("could not rename file %s to %s"), tmppath, path);
|
||||
}
|
||||
wfree(tmppath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user