]> git.sur5r.net Git - i3/i3/blobdiff - src/restore_layout.c
Remove \n from errx and die messages
[i3/i3] / src / restore_layout.c
index 9f19a690d9013e40ef7bf268015cd7e40810b6e3..186c0907325b82d4304c34162a1cc0fd3d1bfb90 100644 (file)
@@ -115,7 +115,7 @@ void restore_connect(void) {
 #ifdef I3_ASAN_ENABLED
         __lsan_do_leak_check();
 #endif
-        errx(EXIT_FAILURE, "Cannot open display\n");
+        errx(EXIT_FAILURE, "Cannot open display");
     }
 
     xcb_watcher = scalloc(1, sizeof(struct ev_io));