X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.c;h=d06a1b3efe8d7ca99c0e3ce785126f1ec9cf81ae;hb=6ee9f1345760f320dd76c713754ba2a70669bedd;hp=c92f41598cbac5eb57b16c62dd4b5f09dd29bbf8;hpb=b3b58c08e4e15c4dbdd04bae52300d1e8effed33;p=dwm.git diff --git a/main.c b/main.c index c92f415..d06a1b3 100644 --- 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; }