Coverity 703479: add missing /* FALLTHROUGH */
This commit is contained in:
parent
4c65f518af
commit
252a7ce68f
3
eval.c
3
eval.c
@ -23,7 +23,7 @@
|
||||
|
||||
#include "sh.h"
|
||||
|
||||
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.118 2012/05/04 22:05:00 tg Exp $");
|
||||
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.119 2012/06/24 19:36:27 tg Exp $");
|
||||
|
||||
/*
|
||||
* string expansion
|
||||
@ -789,6 +789,7 @@ expand(const char *cp, /* input word */
|
||||
case XARGSEP:
|
||||
type = XARG;
|
||||
quote = 1;
|
||||
/* FALLTHROUGH */
|
||||
case XARG:
|
||||
if ((c = *x.str++) == '\0') {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user