diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-09 01:49:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-09 01:49:40 +0300 |
commit | 5be3014e1b10619e43e04751dd825e245229403f (patch) | |
tree | 5c8bd55adbeb4db75b705c3b6c7f0cdc7aedacfd /src/actions | |
parent | 09d473251c270a6c0f04262514cac8a0a4aeca1b (diff) | |
download | plus-5be3014e1b10619e43e04751dd825e245229403f.tar.gz plus-5be3014e1b10619e43e04751dd825e245229403f.tar.bz2 plus-5be3014e1b10619e43e04751dd825e245229403f.tar.xz plus-5be3014e1b10619e43e04751dd825e245229403f.zip |
Fix code style.
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 266f610b8..9591ea00f 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -719,7 +719,7 @@ impHandler(translate) return true; } -impHandler0(sendGuiKey) +impHandler(sendGuiKey) { if (!guiInput) return false; |