Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
wifi: OS split
[slstatus.git]
/
components
/
keyboard_indicators.c
diff --git
a/components/keyboard_indicators.c
b/components/keyboard_indicators.c
index
47b52c6
..
76cf17e
100644
(file)
--- a/
components/keyboard_indicators.c
+++ b/
components/keyboard_indicators.c
@@
-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);