diff options
Diffstat (limited to 'src/network/network_chat_gui.cpp')
-rw-r--r-- | src/network/network_chat_gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/network_chat_gui.cpp b/src/network/network_chat_gui.cpp index a3c9208cb..a81e70c8c 100644 --- a/src/network/network_chat_gui.cpp +++ b/src/network/network_chat_gui.cpp @@ -484,7 +484,7 @@ struct NetworkChatWindow : public QueryStringBaseWindow { switch (widget) { /* Send */ case NWCW_SENDBUTTON: SendChat(this->text.buf, this->dtype, this->dest); - /* FALLTHROUGH */ + /* FALL THROUGH */ case NWCW_CLOSE: /* Cancel */ delete this; break; } } @@ -510,7 +510,7 @@ struct NetworkChatWindow : public QueryStringBaseWindow { } break; case HEBR_CONFIRM: SendChat(this->text.buf, this->dtype, this->dest); - /* FALLTHROUGH */ + /* FALL THROUGH */ case HEBR_CANCEL: delete this; break; case HEBR_NOT_FOCUSED: break; } |