commit 86f0b5119eaa39943013d009967432ffd9d18365
parent dd3d348ae86065edf2d1e2a1bc920685dc4982fc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 30 Oct 2024 13:03:25 +0100
remove extra newline
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/dmenu.c b/dmenu.c
@@ -689,7 +689,6 @@ setup(void)
CWOverrideRedirect | CWBackPixel | CWEventMask, &swa);
XSetClassHint(dpy, win, &ch);
-
/* input methods */
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
die("XOpenIM failed: could not open input device");