Only variable declarations at top of block
Aaron Marcher me@drkhsh.at
Mon, 07 May 2018 15:57:32 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
slstatus.c
→
slstatus.c
@@ -53,9 +53,10 @@ {
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;