diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 7c65218a5..4cf2c5a42 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -89,7 +89,7 @@ void HandleOnEditText(const char *str) } else { NetworkServer_HandleChat(NETWORK_ACTION_GIVE_MONEY, DESTTYPE_TEAM, id, msg, NETWORK_SERVER_INDEX); } - } break; + } break; #endif /* ENABLE_NETWORK */ default: NOT_REACHED(); } |