projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9dcb10
)
Fixed a missing update in the fix to the update conflict ;)
author
Marcus Brinkmann
<mb@g10code.com>
Fri, 2 Aug 2002 10:43:58 +0000
(10:43 +0000)
committer
Marcus Brinkmann
<mb@g10code.com>
Fri, 2 Aug 2002 10:43:58 +0000
(10:43 +0000)
(STATUS_EOF -> GPGME_STATUS_EOF).
gpgme/encrypt.c
patch
|
blob
|
history
diff --git
a/gpgme/encrypt.c
b/gpgme/encrypt.c
index df7ef90e3a6cc15ccf047a82b04c609206bb27b4..aeae6d07e0004c85575cd25545cca3d7bbaf9a64 100644
(file)
--- 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;