dbghelp: Mark a fall-through in a switch statement.

This commit is contained in:
Andrew Talbot 2011-09-28 21:25:23 +01:00 committed by Alexandre Julliard
parent fdda702acd
commit 14d5268e5e
1 changed files with 1 additions and 0 deletions

View File

@ -795,6 +795,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
default:
FIXME("Unsupported sym-tag %s for get-type\n",
symt_get_tag_str(type->tag));
/* fall through */
case SymTagPublicSymbol:
case SymTagThunk:
case SymTagLabel: