diff options
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; |