mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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
@@ -494,8 +494,7 @@ static void inotifyWatchConfig()
|
||||
*/
|
||||
inotifyWD = inotify_add_watch(inotifyFD, watchPath, IN_ALL_EVENTS);
|
||||
if (inotifyWD < 0) {
|
||||
wwarning(_("could not add an inotify watch on path\n."
|
||||
"%s\n"
|
||||
wwarning(_("could not add an inotify watch on path %s."
|
||||
"Changes to the defaults database will require"
|
||||
" a restart to take effect."), watchPath);
|
||||
close(inotifyFD);
|
||||
|
||||
Reference in New Issue
Block a user