JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
prepared 3.7, ready to rambo
[dwm.git] / main.c
diff --git a/main.c b/main.c
index c92f415..e6ba20c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -236,7 +236,7 @@ sendevent(Window w, Atom a, long value) {
 }
 
 void
-quit(Arg *arg) {
+quit(const char *arg) {
        readin = running = False;
 }