Skip to content

Commit 19d2113

Browse files
committed
CA-342578: fix switch case fall through error
Signed-off-by: Mark Syms <[email protected]>
1 parent c4c6946 commit 19d2113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vhd/lib/vhd-util-snapshot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ vhd_util_snapshot(int argc, char **argv)
150150
break;
151151
case 'S':
152152
msize = strtoull(optarg, NULL, 10);
153+
break;
153154
case 'l':
154155
limit = strtol(optarg, NULL, 10);
155156
break;

0 commit comments

Comments
 (0)