minor style fix

This commit is contained in:
Hiltjo Posthuma 2015-09-28 00:38:17 +02:00
parent ba75bb30fa
commit d5ce8df9d9
1 changed files with 2 additions and 1 deletions

View File

@ -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>
@ -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;