diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-10-06 00:45:13 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-27 23:54:39 +0400 |
commit | e377ef456974b6b92a4c14eebbbfd371919cec5a (patch) | |
tree | d9e5f1695489543e8b7013560767fcc98583885d /dwm.c | |
parent | ed0bad7307d0fa7c03ce85a5076bf5934363313d (diff) |
small style change: void added to a function as argument
Diffstat (limited to 'dwm.c')
-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; |