Selaa lähdekoodia

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

Aaron Marcher 7 vuotta sitten
vanhempi
commit
f9609f4ff4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      slstatus.c

+ 1 - 1
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"