[gmime/gmime-2-4] Removed extra space
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime/gmime-2-4] Removed extra space
- Date: Mon, 7 Mar 2011 17:59:36 +0000 (UTC)
commit 9b5549c68fb555c31ff47f59f71f428c309d0807
Author: Jeffrey Stedfast <fejj gnome org>
Date: Mon Mar 7 12:52:34 2011 -0500
Removed extra space
gmime/gmime-gpg-context.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gmime/gmime-gpg-context.c b/gmime/gmime-gpg-context.c
index 34e5247..0548db8 100644
--- a/gmime/gmime-gpg-context.c
+++ b/gmime/gmime-gpg-context.c
@@ -866,7 +866,7 @@ gpg_ctx_parse_signer_info (struct _GpgCtx *gpg, char *status)
} else if (!strncmp (status, "BADSIG ", 7)) {
signer = gpg_ctx_add_signer (gpg, status + 7);
gpg->badsig = TRUE;
- } else if (!strncmp (status, "EXPSIG ", 7)) {
+ } else if (!strncmp (status, "EXPSIG ", 7)) {
signer = gpg_ctx_add_signer (gpg, status + 7);
signer->errors |= GMIME_SIGNER_ERROR_EXPSIG;
} else if (!strncmp (status, "EXPKEYSIG ", 10)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]