aboutsummaryrefslogtreecommitdiffstats
path: root/g10/app-openpgp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/app-openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/app-openpgp.c b/g10/app-openpgp.c
index 94a62695b..c302bd3a3 100644
--- a/g10/app-openpgp.c
+++ b/g10/app-openpgp.c
@@ -705,7 +705,7 @@ verify_chv3 (APP app,
#if GNUPG_MAJOR_VERSION != 1
if (!opt.allow_admin)
{
- log_info (_("access to admin commands is not configured\n");
+ log_info (_("access to admin commands is not configured\n"));
return gpg_error (GPG_ERR_EACCES);
}
#endif