Explorar el Código

Change done to int as it is the CPU's natural type

Aaron Marcher hace 7 años
padre
commit
f9609f4ff4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      slstatus.c

+ 1 - 1
slstatus.c

@@ -19,7 +19,7 @@ struct arg {
 
 
 char *argv0;
 char *argv0;
 char buf[1024];
 char buf[1024];
-static unsigned short int done;
+static int done;
 static Display *dpy;
 static Display *dpy;
 
 
 #include "config.h"
 #include "config.h"