Fixed a missing update in the fix to the update conflict ;)

(STATUS_EOF -> GPGME_STATUS_EOF).
This commit is contained in:
Marcus Brinkmann 2002-08-02 10:43:58 +00:00
parent f9dcb109bc
commit 9fe6c4f30d

View File

@ -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;