aboutsummaryrefslogtreecommitdiffstats
path: root/util/errors.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-01-26 22:09:01 +0000
committerWerner Koch <[email protected]>1998-01-26 22:09:01 +0000
commitb113394658bbaa292ca8f6e9c1c4382e2f4235cd (patch)
tree4ad41d5d7954c81676ae79d38679601b43273ec6 /util/errors.c
parentrel 0.2.0 (diff)
downloadgnupg-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.tar.gz
gnupg-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.zip
added initial i18n stuff
Diffstat (limited to '')
-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;
}