summaryrefslogtreecommitdiffstats
path: root/commands/linux16.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/linux16.c')
-rw-r--r--commands/linux16.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/linux16.c b/commands/linux16.c
index bb678bdb83..db8d08105f 100644
--- a/commands/linux16.c
+++ b/commands/linux16.c
@@ -176,6 +176,8 @@ static int do_linux16(int argc, char *argv[])
}
}
break;
+ default:
+ return COMMAND_ERROR_USAGE;
}
}