projects
/
oweals
/
nmrpflash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cdcc5
)
Remove useless goto
author
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Sat, 7 Sep 2019 08:54:16 +0000
(10:54 +0200)
committer
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Sat, 7 Sep 2019 08:54:16 +0000
(10:54 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 9cf0041c2b82aea2e25388c7ba1dc812dc44ed45..3fa1e66c16c8af3656de9548c7a2ffef18d5b527 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-245,7
+245,6
@@
int main(int argc, char **argv)
case 'L':
list = 1;
break;
- goto out;
case 'h':
usage(stdout);
val = 0;