projects
/
ets2_tele.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aecd5d
)
* Silenced fall-through compiler warning.
v0.1.0
author
Urban Wallasch
<urban.wallasch@freenet.de>
Thu, 23 Apr 2020 08:44:25 +0000
(10:44 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Thu, 23 Apr 2020 08:44:25 +0000
(10:44 +0200)
telelogger.c
patch
|
blob
|
history
diff --git
a/telelogger.c
b/telelogger.c
index 4b6507799277b4524cbdf580fac2fa04760d83d3..1c216b4f0a33fa81289aeb25fe54a940abe221fa 100644
(file)
--- a/
telelogger.c
+++ b/
telelogger.c
@@
-156,6
+156,7
@@
static int config( int argc, char *argv[] ) {
case '?':
default:
EPRINT( "Unrecognized option '%c'\n", optopt );
+ /* fall through */
case 'h':
usage( argv[0] );
return -1;