mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 14:56:21 +00:00
Fixed compile when no OTR or PGP support
This commit is contained in:
@@ -148,7 +148,7 @@ cl_ev_send_msg(ProfChatWin *chatwin, const char * const msg)
|
|||||||
#ifndef HAVE_LIBGPGME
|
#ifndef HAVE_LIBGPGME
|
||||||
char *id = message_send_chat(chatwin->barejid, msg);
|
char *id = message_send_chat(chatwin->barejid, msg);
|
||||||
chat_log_msg_out(chatwin->barejid, msg);
|
chat_log_msg_out(chatwin->barejid, msg);
|
||||||
ui_outgoing_chat_msg(chatwin, msg, id, PROF_ENC_NONE;
|
ui_outgoing_chat_msg(chatwin, msg, id, PROF_ENC_NONE);
|
||||||
free(id);
|
free(id);
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user