diff options
Diffstat (limited to 'src/pgp/gpg.c')
-rw-r--r-- | src/pgp/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c index 8aac50ff..d4863492 100644 --- a/src/pgp/gpg.c +++ b/src/pgp/gpg.c @@ -1143,7 +1143,7 @@ p_ox_gpg_decrypt(char* base64) { // if there is no private key avaibale, // we don't try do decrypt - if(!ox_is_private_key_available(connection_get_barejid())) { + if (!ox_is_private_key_available(connection_get_barejid())) { return NULL; } setlocale(LC_ALL, ""); |