1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 08:22:34 +01:00

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

This commit is contained in:
alberth
2010-08-01 20:58:35 +00:00
parent 80c43f52e8
commit c32e35c30d
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;
}