diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2021-02-04 10:08:28 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2021-02-04 10:08:57 +0900 |
commit | 99a33f08e5808e9b4ea40f9ba0d717196b2ef090 (patch) | |
tree | cc6d986a1f22e98bfcd987e83778d829f1dbecde /lib/strerror-stringprep.c | |
parent | 40d523a658c1a2e2311f0d588a96cbfb7eded09f (diff) | |
download | libidn-99a33f08e5808e9b4ea40f9ba0d717196b2ef090.tar.gz libidn-99a33f08e5808e9b4ea40f9ba0d717196b2ef090.tar.bz2 libidn-99a33f08e5808e9b4ea40f9ba0d717196b2ef090.zip |
Imported Upstream version 1.23upstream/1.23upstream
Change-Id: Icfaf3a8b6a8c778e14a771acd595696cdbded864
Diffstat (limited to 'lib/strerror-stringprep.c')
-rw-r--r-- | lib/strerror-stringprep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/strerror-stringprep.c b/lib/strerror-stringprep.c index d0b3a58..3e58245 100644 --- a/lib/strerror-stringprep.c +++ b/lib/strerror-stringprep.c @@ -1,5 +1,6 @@ /* strerror-stringprep.c --- Convert stringprep errors into text. - * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon + * Josefsson * * This file is part of GNU Libidn. * @@ -29,7 +30,7 @@ #define _(String) dgettext (PACKAGE, String) /** - * stringprep_strerror - return string describing stringprep error code + * stringprep_strerror: * @rc: a #Stringprep_rc return code. * * Convert a return code integer to a text string. This string can be |