[Pkg-wmaker-commits] [wmsysmon] 01/13: Add a break to wmsysmon.c at the end of a switch statement.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Nov 22 19:52:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository wmsysmon.
commit b1d567c1d27f471fafea6f68f4222cd168f80975
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Fri Jul 17 09:46:41 2015 -0600
Add a break to wmsysmon.c at the end of a switch statement.
Patch by Luca Bedogni <me at lucabedogni.it>.
Origin: https://sources.debian.net/src/wmsysmon/0.7.7-8/debian/patches/break.patch/
---
src/wmsysmon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/wmsysmon.c b/src/wmsysmon.c
index 3acbce7..6c5bbcd 100644
--- a/src/wmsysmon.c
+++ b/src/wmsysmon.c
@@ -288,6 +288,7 @@ void wmsysmon_routine(int argc, char **argv)
default:
printf("got: %i\n", Event.type);
#endif
+ break;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmsysmon.git
More information about the Pkg-wmaker-commits
mailing list