(svn r21571) -Codechange: Having a break after a return is no good.

This commit is contained in:
alberth
2010-12-21 15:23:54 +00:00
parent 884b44990a
commit b633ffaa1d
6 changed files with 3 additions and 6 deletions

View File

@@ -680,7 +680,7 @@ struct BuildRailToolbarWindow : Window {
/* If it is the removal button that has been clicked, do nothing,
* as it is up to the other buttons to drive removal status */
return;
break;
case RTW_BUILD_NS:
case RTW_BUILD_X:
case RTW_BUILD_EW: