X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/f5036b90efd9423d805923a0bc73cd54e30e72ab..a9b1de384ae1ad30805e893af5cd6ea9b87c89da:/dmenu.c diff --git a/dmenu.c b/dmenu.c index ae56f4f..3bfd74d 100644 --- a/dmenu.c +++ b/dmenu.c @@ -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"); } }