improve xopenim error message
die() already prints a newline.
This commit is contained in:
parent
5951711650
commit
8e3d6d75d2
@ -671,7 +671,7 @@ setup(void)
|
||||
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) {
|
||||
XSetLocaleModifiers("@im=");
|
||||
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
|
||||
die("XOpenIM failed. Could not open input device.\n");
|
||||
die("XOpenIM failed: could not open input device");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user