diff options
Diffstat (limited to 'tests/run-support.h')
-rw-r--r-- | tests/run-support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-support.h b/tests/run-support.h index d7f0923b..db7b7d5a 100644 --- a/tests/run-support.h +++ b/tests/run-support.h @@ -142,7 +142,7 @@ print_import_result (gpgme_import_result_t r) for (st=r->imports; st; st = st->next) { printf (" fpr: %s err: %d (%s) status:", nonnull (st->fpr), - st->result, gpg_strerror (st->result)); + st->result, gpgme_strerror (st->result)); if (st->status & GPGME_IMPORT_NEW) fputs (" new", stdout); if (st->status & GPGME_IMPORT_UID) |