(svn r20289) -Codechange: Unify fall through coding style.

This commit is contained in:
terkhen
2010-08-01 20:52:11 +00:00
parent 65de287071
commit 04134c1e51
13 changed files with 24 additions and 16 deletions

View File

@@ -1368,7 +1368,7 @@ struct QueryStringWindow : public QueryStringBaseWindow
break;
}
case HEBR_CONFIRM: this->OnOk();
/* FALL THROUGH */
/* FALL THROUGH */
case HEBR_CANCEL: delete this; break; // close window, abandon changes
case HEBR_NOT_FOCUSED: break;
}