diff options
author | Werner Koch <[email protected]> | 2009-08-20 08:27:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-08-20 08:27:40 +0000 |
commit | 6a47ea6a50d7d2471475663c28d89cbc28872d69 (patch) | |
tree | 969a4dfc6ebbaa743511537e641a7843c4ee0279 /src | |
parent | Fix octadecimal/octal where in some languages. (diff) | |
download | libgpg-error-6a47ea6a50d7d2471475663c28d89cbc28872d69.tar.gz libgpg-error-6a47ea6a50d7d2471475663c28d89cbc28872d69.zip |
Add new translations.
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index b917541..64d5ba8 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -228,7 +228,7 @@ 210 GPG_ERR_SEXP_UNEXPECTED_PUNC Unexpected reserved punctuation in S-expression 211 GPG_ERR_SEXP_BAD_HEX_CHAR Bad hexadecimal character in S-expression 212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression -213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octadecimal character in S-expression +213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression # 214 to 254 are free to be used. 255 and 256 are RFU. |