Xinqi Bao's Git

Change done to int as it is the CPU's natural type
authorAaron Marcher <[email protected]>
Thu, 17 May 2018 15:28:32 +0000 (17:28 +0200)
committerAaron Marcher <[email protected]>
Thu, 17 May 2018 15:28:32 +0000 (17:28 +0200)
slstatus.c

index 5842b3e..e8d367b 100644 (file)
@@ -19,7 +19,7 @@ struct arg {
 
 char *argv0;
 char buf[1024];
 
 char *argv0;
 char buf[1024];
-static unsigned short int done;
+static int done;
 static Display *dpy;
 
 #include "config.h"
 static Display *dpy;
 
 #include "config.h"