[gmime] Removed extra space
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Removed extra space
- Date: Mon, 7 Mar 2011 18:00:53 +0000 (UTC)
commit 17486ecdb4267cc1bdc400ea2fe811c7ffc28b19
Author: Jeffrey Stedfast <fejj gnome org>
Date: Mon Mar 7 12:53:51 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 3dd8c74..217e60c 100644
--- a/gmime/gmime-gpg-context.c
+++ b/gmime/gmime-gpg-context.c
@@ -870,7 +870,7 @@ gpg_ctx_parse_signer_info (struct _GpgCtx *gpg, char *status)
gpg_ctx_add_signer (gpg, GMIME_SIGNER_STATUS_GOOD, status + 8);
} else if (!strncmp (status, "BADSIG ", 7)) {
gpg_ctx_add_signer (gpg, GMIME_SIGNER_STATUS_BAD, status + 7);
- } else if (!strncmp (status, "EXPSIG ", 7)) {
+ } else if (!strncmp (status, "EXPSIG ", 7)) {
signer = gpg_ctx_add_signer (gpg, GMIME_SIGNER_STATUS_ERROR, 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]