summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-28 13:03:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-28 13:03:47 +0300
commit5a537c0ee685a7afc332f6707fd255032eb9d77b (patch)
treed27f666d63baefb64f6596e280add092693aefe7
parentfd7cbab3356bd4e55a9a1f340a789d9e5dba55eb (diff)
downloadplus-5a537c0ee685a7afc332f6707fd255032eb9d77b.tar.gz
plus-5a537c0ee685a7afc332f6707fd255032eb9d77b.tar.bz2
plus-5a537c0ee685a7afc332f6707fd255032eb9d77b.tar.xz
plus-5a537c0ee685a7afc332f6707fd255032eb9d77b.zip
Fix compilation warning.
-rw-r--r--src/actions/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index 2bcc26ad4..5a48db7a9 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -397,7 +397,7 @@ impHandler(imitation)
return true;
}
-impHandler(sendMail)
+impHandler0(sendMail)
{
return false;
}