diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) { } void -quit(Arg *arg) { +quit(Arg arg) { readin = running = False; } |
index : dwm | ||
dwm fork - fullscreen, suckless status bar and sensibles keybindings |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | main.c | 2 |
@@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) { } void -quit(Arg *arg) { +quit(Arg arg) { readin = running = False; } |