Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6123f48
)
Only variable declarations at top of block
author
Aaron Marcher <
[email protected]
>
Mon, 7 May 2018 13:57:32 +0000
(15:57 +0200)
committer
Aaron Marcher <
[email protected]
>
Mon, 7 May 2018 13:57:32 +0000
(15:57 +0200)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index
b05d915
..
c1cf8ac
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-53,9
+53,10
@@
main(int argc, char *argv[])
struct sigaction act;
struct timespec start, current, diff, intspec, wait;
size_t i, len;
- int sflag
= 0
;
+ int sflag;
char status[MAXLEN];
+ sflag = 0;
ARGBEGIN {
case 's':
sflag = 1;