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 | f9609f4ff421787bfa46b8f1c6ef2419b7679f7b (patch) | |
| tree | d8914b7404c963fd79f19ac990fd59cb15bde52a | |
| parent | 11ce8ed0136112138606895754297454f4601e67 (diff) | |
| download | slstatus-f9609f4ff421787bfa46b8f1c6ef2419b7679f7b.tar.gz | |
Change done to int as it is the CPU's natural type
| -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" |
