Mercurial > hg > openttd
diff src/main_gui.cpp @ 15618:e4640748f223 draft
(svn r20281) -Codechange: unify case scope closure + break coding style
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 01 Aug 2010 18:53:30 +0000 (2010-08-01) |
parents | 683f2dbe75bb |
children | f6bb2f4578b7 |
line wrap: on
line diff
--- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -74,7 +74,8 @@ /* Give 'id' the money, and substract it from ourself */ DoCommandP(0, money_c, _rename_id, CMD_GIVE_MONEY | CMD_MSG(STR_ERROR_INSUFFICIENT_FUNDS), CcGiveMoney, str); - } break; + break; + } #endif /* ENABLE_NETWORK */ default: NOT_REACHED(); }