From: Aaron Marcher Date: Thu, 17 May 2018 15:28:32 +0000 (+0200) Subject: Change done to int as it is the CPU's natural type X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=f9609f4ff421787bfa46b8f1c6ef2419b7679f7b;p=suckless%2Fslstatus.git Change done to int as it is the CPU's natural type --- diff --git a/slstatus.c b/slstatus.c index 5842b3e..e8d367b 100644 --- a/slstatus.c +++ b/slstatus.c @@ -19,7 +19,7 @@ struct arg { char *argv0; char buf[1024]; -static unsigned short int done; +static int done; static Display *dpy; #include "config.h"