diff options
Diffstat (limited to 'tests/run-export.c')
-rw-r--r-- | tests/run-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-export.c b/tests/run-export.c index 8dddb5bc..b70ed91c 100644 --- a/tests/run-export.c +++ b/tests/run-export.c @@ -117,7 +117,7 @@ main (int argc, char **argv) gpgme_key_unref (key); } } - if (gpg_err_code (err) != GPG_ERR_EOF) + if (gpgme_err_code (err) != GPG_ERR_EOF) fail_if_err (err); err = gpgme_op_keylist_end (ctx); fail_if_err (err); |