[hackers] [dmenu] minor style fix || Hiltjo Posthuma
commit d5ce8df9d9a86bf0d1cb97e4cfe4cd6951f2f1f5
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Mon Sep 28 00:38:17 2015 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Mon Sep 28 00:38:17 2015 +0200
minor style fix
diff --git a/dmenu.c b/dmenu.c
index 32a8330..071cbc1 100644
--- a/dmenu.c
+++ b/dmenu.c
_AT_@ -7,6 +7,7 @@
#include <string.h>
#include <strings.h>
#include <time.h>
+
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
_AT_@ -622,7 +623,7 @@ main(int argc, char *argv[])
if (!strcmp(argv[i], "-v")) { /* prints version information */
puts("dmenu-"VERSION);
exit(0);
- } else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */
+ } else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */
topbar = false;
else if (!strcmp(argv[i], "-f")) /* grabs keyboard before reading stdin */
fast = true;
Received on Mon Sep 28 2015 - 00:38:37 CEST
This archive was generated by hypermail 2.3.0
: Mon Sep 28 2015 - 00:48:16 CEST