diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-17 17:28:32 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-17 17:28:32 +0200 |
commit | 10026c10e1464a52e307d884624ca47bb5c2feb6 (patch) | |
tree | d8914b7404c963fd79f19ac990fd59cb15bde52a /slstatus.c | |
parent | bd9b9acc3378a3730d3e0e1b20128e74b8353578 (diff) |
Change done to int as it is the CPU's natural type
Diffstat (limited to 'slstatus.c')
-rw-r--r-- | slstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |