projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aceed53
)
am7xxx-play: remove an unreachable break
author
Antonio Ospite <ospite@studenti.unina.it>
Thu, 14 Mar 2013 18:30:07 +0000
(19:30 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Thu, 14 Mar 2013 18:30:07 +0000
(19:30 +0100)
examples/am7xxx-play.c
patch
|
blob
|
history
diff --git
a/examples/am7xxx-play.c
b/examples/am7xxx-play.c
index
d3a8f83
..
0b1fa65
100644
(file)
--- a/
examples/am7xxx-play.c
+++ b/
examples/am7xxx-play.c
@@
-758,7
+758,6
@@
int main(int argc, char *argv[])
usage(argv[0]);
ret = 0;
goto out;
- break;
default: /* '?' */
usage(argv[0]);
ret = -EINVAL;