diff options
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -671,7 +671,7 @@ setup(void) | |||
671 | if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) { | 671 | if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) { |
672 | XSetLocaleModifiers("@im="); | 672 | XSetLocaleModifiers("@im="); |
673 | if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) | 673 | if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) |
674 | die("XOpenIM failed. Could not open input device.\n"); | 674 | die("XOpenIM failed: could not open input device"); |
675 | } | 675 | } |
676 | } | 676 | } |
677 | 677 | ||