aboutsummaryrefslogtreecommitdiffstats
path: root/otr.h
diff options
context:
space:
mode:
Diffstat (limited to 'otr.h')
-rw-r--r--otr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otr.h b/otr.h
index ca45c1e9..7c1962a8 100644
--- a/otr.h
+++ b/otr.h
@@ -107,7 +107,7 @@ typedef void *OtrlMessageAppOps;
#define otr_save(irc) {}
#define otr_remove(nick) {}
#define otr_rename(onick,nnick) {}
-#define otr_check_for_key(acc) {}
+#define otr_check_for_key(acc) (0)
#define otr_handle_message(ic,handle,msg) (g_strdup(msg))
#define otr_send_message(ic,h,m,f) (ic->acc->prpl->buddy_msg(ic,h,m,f))