diff options
Diffstat (limited to '')
-rw-r--r-- | tests/gpg/t-signers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/t-signers.c b/tests/gpg/t-signers.c index 1f2e48f9..d74d4479 100644 --- a/tests/gpg/t-signers.c +++ b/tests/gpg/t-signers.c @@ -68,7 +68,7 @@ check_result (gpgme_sign_result_t result, gpgme_sig_mode_t type) } if (signature->class != 1) { - fprintf (stderr, "Wrong signature class reported: %lu\n", + fprintf (stderr, "Wrong signature class reported: %u\n", signature->class); exit (1); } |