commit 86f0b5119eaa39943013d009967432ffd9d18365 Author: Hiltjo Posthuma <hil...@codemadness.org> AuthorDate: Wed Oct 30 13:03:25 2024 +0100 Commit: Hiltjo Posthuma <hil...@codemadness.org> CommitDate: Wed Oct 30 13:03:25 2024 +0100
remove extra newline diff --git a/dmenu.c b/dmenu.c index 40f93e0..804da64 100644 --- 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");