Xinqi Bao's Git

wifi: OS split
[slstatus.git] / components / keyboard_indicators.c
index 47b52c6..76cf17e 100644 (file)
@@ -11,7 +11,7 @@ keyboard_indicators(void)
        XKeyboardState state;
 
        if (dpy == NULL) {
-               fprintf(stderr, "Cannot open display");
+               fprintf(stderr, "Cannot open display\n");
                return NULL;
        }
        XGetKeyboardControl(dpy, &state);