Introduction
Introduction Statistics Contact Development Disclaimer Help
fix compiler warning with newer gcc - slstatus - status monitor
git clone git://git.suckless.org/slstatus
Log
Files
Refs
README
LICENSE
---
commit 57a7653632ba15aa0fdd8cbe1831363e4247996d
parent af508f0b4cf88b1921c59fdf5dd1a98c08223fa5
Author: drkhsh <[email protected]>
Date: Wed, 30 Apr 2025 03:11:53 +0200
fix compiler warning with newer gcc
Diffstat:
M slstatus.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/slstatus.c b/slstatus.c
@@ -58,6 +58,7 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'v':
die("slstatus-"VERSION);
+ break;
case '1':
done = 1;
/* FALLTHROUGH */
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.