(svn r20290) -Codechange: Add missing 'break' statements.

This commit is contained in:
alberth
2010-08-01 20:58:35 +00:00
parent 04134c1e51
commit cf33572ef8
2 changed files with 2 additions and 0 deletions

View File

@@ -344,6 +344,7 @@ struct IConsoleWindow : Window
} else {
return ES_NOT_HANDLED;
}
break;
}
return ES_HANDLED;
}