summaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-21 02:42:25 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-21 02:42:25 +0300
commit7b9bfce4bfd0e6c846848cc98a6bee7e51febe49 (patch)
treeb774e08b1c3cff39989ff536b81febdb60ac1f6f /dmenu.c
parent50408f08fc34f610eec0f727dda766425313519c (diff)
remove curly bracket
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index b51c3a4..57b8849 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -761,7 +761,7 @@ main(int argc, char *argv[])
exit(0);
} else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */
topbar = 0;
- } else if (!strcmp(argv[i], "-t")) /* appears at the top of the screen */
+ else if (!strcmp(argv[i], "-t")) /* appears at the top of the screen */
topbar = 1;
else if (!strcmp(argv[i], "-f")) /* grabs keyboard before reading stdin */
fast = 1;