projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c72872
)
picoproj: remove an unreachable break statement
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 29 Jun 2013 22:20:51 +0000
(
00:20
+0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 20 Jul 2013 22:18:03 +0000
(
00:18
+0200)
examples/picoproj.c
patch
|
blob
|
history
diff --git
a/examples/picoproj.c
b/examples/picoproj.c
index
92dbfbf
..
d6d1c59
100644
(file)
--- 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);