Coverity 703479: add missing /* FALLTHROUGH */

This commit is contained in:
tg 2012-06-24 19:36:27 +00:00
parent 4c65f518af
commit 252a7ce68f

3
eval.c
View File

@ -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') {
/*