about summary refs log tree commit diff stats
path: root/src/otr/otrlibv3.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-27 22:39:48 +0000
committerJames Booth <boothj5@gmail.com>2015-10-27 22:39:48 +0000
commitf4fbf0ecf0686f3da83d08b46a4887e1f8180205 (patch)
tree74168847c46e7b104901051b28a174c2ec662874 /src/otr/otrlibv3.c
parentff9abecd509f3a1d1f857a736dda28da9e94ad69 (diff)
downloadprofani-tty-f4fbf0ecf0686f3da83d08b46a4887e1f8180205.tar.gz
Fixed otrlibv3
Diffstat (limited to 'src/otr/otrlibv3.c')
-rw-r--r--src/otr/otrlibv3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c
index 8af2b896..f795949d 100644
--- a/src/otr/otrlibv3.c
+++ b/src/otr/otrlibv3.c
@@ -143,7 +143,7 @@ otrlib_handle_tlvs(OtrlUserState user_state, OtrlMessageAppOps *ops, ConnContext
         } else {
             ProfChatWin *chatwin = wins_get_chat(context->username);
             if (chatwin) {
-                chatwin_otr_smp_event(chatwin, PROF_OTR_SMP_INIT. NULL);
+                chatwin_otr_smp_event(chatwin, PROF_OTR_SMP_INIT, NULL);
             }
             g_hash_table_insert(smp_initiators, strdup(context->username), strdup(context->username));
         }