aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openpgp-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/openpgp-utils.c')
-rw-r--r--mail/openpgp-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openpgp-utils.c b/mail/openpgp-utils.c
index c68797c398..4489f463ec 100644
--- a/mail/openpgp-utils.c
+++ b/mail/openpgp-utils.c
@@ -67,7 +67,7 @@ static PgpType pgp_type = PGP_TYPE_NONE;
static const gchar *
pgp_get_type_as_string (PgpType type)
{
- switch (pgp_type) {
+ switch (type) {
case PGP_TYPE_GPG:
return "GnuPG";
case PGP_TYPE_PGP5: