1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fix ifdef guard (should have been OMEMO)

This commit is contained in:
Michael Vetter 2019-05-06 16:11:22 +02:00
parent 9ecc14c95d
commit c94f3d0b4a

View File

@ -221,7 +221,7 @@ sv_ev_lost_connection(void)
#ifdef HAVE_LIBGPGME #ifdef HAVE_LIBGPGME
p_gpg_on_disconnect(); p_gpg_on_disconnect();
#endif #endif
#ifdef HAVE_LIBGPGME #ifdef HAVE_OMEMO
omemo_on_disconnect(); omemo_on_disconnect();
#endif #endif
} }