[gmime] Fixed formatting
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed formatting
- Date: Tue, 14 Mar 2017 23:58:51 +0000 (UTC)
commit a275148c5de413969de79a9d0824184337f40b1d
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Tue Mar 14 15:15:32 2017 -0400
Fixed formatting
gmime/gmime-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gmime/gmime-parser.c b/gmime/gmime-parser.c
index c19c22e..e5d1629 100644
--- a/gmime/gmime-parser.c
+++ b/gmime/gmime-parser.c
@@ -82,7 +82,7 @@ typedef struct {
static const GMimeOpenPGPMarker openpgp_markers[] = {
{ "-----BEGIN PGP MESSAGE-----", 27, OPENPGP_NONE,
OPENPGP_BEGIN_PGP_MESSAGE },
- { "-----END PGP MESSAGE-----", 25, OPENPGP_BEGIN_PGP_MESSAGE,
OPENPGP_END_PGP_MESSAGE },
+ { "-----END PGP MESSAGE-----", 25, OPENPGP_BEGIN_PGP_MESSAGE, OPENPGP_END_PGP_MESSAGE
},
{ "-----BEGIN PGP SIGNED MESSAGE-----", 34, OPENPGP_NONE,
OPENPGP_BEGIN_PGP_SIGNED_MESSAGE },
{ "-----BEGIN PGP SIGNATURE-----", 29, OPENPGP_BEGIN_PGP_SIGNED_MESSAGE,
OPENPGP_BEGIN_PGP_SIGNATURE },
{ "-----END PGP SIGNATURE-----", 27, OPENPGP_BEGIN_PGP_SIGNATURE,
OPENPGP_END_PGP_SIGNATURE }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]