From: Marcus Brinkmann Date: Fri, 2 Aug 2002 10:43:58 +0000 (+0000) Subject: Fixed a missing update in the fix to the update conflict ;) X-Git-Tag: gpgme-0-3-9~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fe6c4f30d17467c57e44c4d3320be1edc5fd597;p=gpgme.git Fixed a missing update in the fix to the update conflict ;) (STATUS_EOF -> GPGME_STATUS_EOF). --- diff --git a/gpgme/encrypt.c b/gpgme/encrypt.c index df7ef90..aeae6d0 100644 --- a/gpgme/encrypt.c +++ b/gpgme/encrypt.c @@ -129,7 +129,7 @@ _gpgme_encrypt_status_handler (GpgmeCtx ctx, GpgmeStatusCode code, char *args) switch (code) { - case STATUS_EOF: + case GPGME_STATUS_EOF: status_handler_finish (ctx); break;