From ee0597837b60463bd9cecef901b1befd7e8a3eb4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 9 Jun 2004 12:36:31 +0000 Subject: oops, decrement the gpg->padding width svn path=/trunk/; revision=26266 --- camel/camel-gpg-context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel') diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c index 9623b7d347..43e34ac408 100644 --- a/camel/camel-gpg-context.c +++ b/camel/camel-gpg-context.c @@ -208,20 +208,20 @@ struct _GpgCtx { unsigned int bad_passwds:2; - unsigned int nodata:1; unsigned int hadsig:1; unsigned int badsig:1; unsigned int errsig:1; unsigned int goodsig:1; unsigned int validsig:1; unsigned int nopubkey:1; + unsigned int nodata:1; unsigned int trust:3; unsigned int diagflushed:1; unsigned int utf8:1; - unsigned int padding:11; + unsigned int padding:10; }; static struct _GpgCtx * -- cgit v1.2.3