aboutsummaryrefslogtreecommitdiff
path: root/tests/fs-tests/utils/fstest_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs-tests/utils/fstest_monitor.c')
-rw-r--r--tests/fs-tests/utils/fstest_monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fs-tests/utils/fstest_monitor.c b/tests/fs-tests/utils/fstest_monitor.c
index afb951b..db687c1 100644
--- a/tests/fs-tests/utils/fstest_monitor.c
+++ b/tests/fs-tests/utils/fstest_monitor.c
@@ -131,6 +131,7 @@ static int parse_command_line(char *cmdline, int *pargc, char ***pargv)
break;
}
state = 1;
+ /* fall-through */
case 1: /* Not quoted */
if (c == '\\') {
if (*p)