projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ce8ed
)
Change done to int as it is the CPU's natural type
author
Aaron Marcher
<me@drkhsh.at>
Thu, 17 May 2018 15:28:32 +0000
(17:28 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Thu, 17 May 2018 15:28:32 +0000
(17:28 +0200)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index 5842b3e804df207c574b9680cf8e2ab15d6d0685..e8d367bb33480bd884a5ac589d26b81e95386003 100644
(file)
--- a/
slstatus.c
+++ b/
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"