]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
Remove \n from errx and die messages
[i3/i3] / src / main.c
index 4a20e0c0623552f935b00ed820ba76fe3e2c6360..074afe718a2152bcc937c27a9ef95b022bb1dbd4 100644 (file)
@@ -515,7 +515,7 @@ int main(int argc, char *argv[]) {
 
     conn = xcb_connect(NULL, &conn_screen);
     if (xcb_connection_has_error(conn))
-        errx(EXIT_FAILURE, "Cannot open display\n");
+        errx(EXIT_FAILURE, "Cannot open display");
 
     sndisplay = sn_xcb_display_new(conn, NULL, NULL);