diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-09-21 02:42:25 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-09-21 02:42:25 +0300 |
commit | 87b84ce752dc937e9e89f67d6b4daad95d687e1b (patch) | |
tree | b774e08b1c3cff39989ff536b81febdb60ac1f6f | |
parent | ddf83e94dbb886728f5d972e22d9bb20076db389 (diff) |
remove curly bracket
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |