From 15c717cbc1a51c9a5551dc314f9697aa750d6ecb Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 30 Jun 2013 00:20:51 +0200 Subject: [PATCH 1/1] picoproj: remove an unreachable break statement --- examples/picoproj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/picoproj.c b/examples/picoproj.c index 92dbfbf..d6d1c59 100644 --- a/examples/picoproj.c +++ b/examples/picoproj.c @@ -160,7 +160,6 @@ int main(int argc, char *argv[]) case 'h': usage(argv[0]); exit(EXIT_SUCCESS); - break; default: /* '?' */ usage(argv[0]); exit(EXIT_FAILURE); -- 2.1.4