JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
several changes, made togglemax extern and separated it from zoom() - moved zoom...
[dwm.git] / main.c
diff --git a/main.c b/main.c
index c92f415..d06a1b3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) {
 }
 
 void
-quit(Arg *arg) {
+quit(Arg arg) {
        readin = running = False;
 }