From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sat, 29 Jun 2013 22:20:51 +0000 (+0200)
Subject: picoproj: remove an unreachable break statement
X-Git-Tag: v0.1.4~24
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/15c717cbc1a51c9a5551dc314f9697aa750d6ecb?ds=inline

picoproj: remove an unreachable break statement
---

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);