Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fexc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fexc.c')
-rw-r--r--fexc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fexc.c b/fexc.c
index 15aba3d..5e715d7 100644
--- a/fexc.c
+++ b/fexc.c
@@ -310,6 +310,7 @@ show_usage:
switch (argc - optind) {
case 2:
filename[1] = argv[optind+1]; /* out */
+ /* fall-through */
case 1:
if (strcmp(argv[optind], "-") != 0)
filename[0] = argv[optind]; /* in */