SCI: Add missing break

This commit is contained in:
Willem Jan Palenstijn 2013-04-15 21:14:32 +02:00
parent e34bfce2c2
commit d17029dca2

View File

@ -2507,6 +2507,7 @@ bool Console::cmdValueType(int argc, const char **argv) {
break;
case SIG_TYPE_INTEGER:
DebugPrintf("Integer");
break;
case SIG_TYPE_INTEGER | SIG_TYPE_NULL:
DebugPrintf("Null");
break;