diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-10-06 00:45:13 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-10-06 00:45:13 +0400 |
commit | e8ef2da17478565400d8efa0ae1c0b2c6567939c (patch) | |
tree | 6d91bbb7851d467a3910b9d485ba283261674560 | |
parent | 556e70eb6c3361041d05efec00343119844c767f (diff) |
small style change: void added to a function as argument
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1962,7 +1962,7 @@ updatebarpos(Monitor *m) } void -updateclientlist() +updateclientlist(void) { Client *c; Monitor *m; |