aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/err-codes.h.in3
-rw-r--r--src/w32-gettext.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 8b40861..bc1aed8 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -213,7 +213,8 @@
181 GPG_ERR_MISSING_KEY Missing key
182 GPG_ERR_TOO_MANY Too many objects
183 GPG_ERR_LIMIT_REACHED Limit reached
-# 184 to 198 are free to be used.
+184 GPG_ERR_NOT_INITIALIZED Not initialized
+# 185 to 198 are free to be used.
199 GPG_ERR_UNFINISHED Operation not yet finished
200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index da07a25..e67e301 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -1,6 +1,6 @@
/* w32-gettext.h - A simple gettext implementation for Windows targets.
Copyright (C) 1995, 1996, 1997, 1999, 2005, 2007,
-2 2008, 2010 Free Software Foundation, Inc.
+ 2008, 2010 Free Software Foundation, Inc.
This file is part of libgpg-error.