summaryrefslogtreecommitdiffstats
path: root/util/errors.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-01-26 23:09:01 +0100
committerWerner Koch <wk@gnupg.org>1998-01-26 23:09:01 +0100
commitb113394658bbaa292ca8f6e9c1c4382e2f4235cd (patch)
tree4ad41d5d7954c81676ae79d38679601b43273ec6 /util/errors.c
parentrel 0.2.0 (diff)
downloadgnupg2-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.tar.xz
gnupg2-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.zip
added initial i18n stuff
Diffstat (limited to 'util/errors.c')
-rw-r--r--util/errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/errors.c b/util/errors.c
index b6024cb99..79a96d698 100644
--- a/util/errors.c
+++ b/util/errors.c
@@ -66,6 +66,7 @@ g10_errstr( int err )
X(SIG_CLASS ,"Unknown signature class")
X(TRUSTDB ,"TrustDB error")
X(BAD_CERT ,"Bad certificate")
+ X(INV_USER_ID ,"malformed user id")
default: p = buf; sprintf(buf, "g10err=%d", err); break;
}