From: Bruno Haible Date: Mon, 22 Oct 2018 22:05:27 +0000 (+0200) Subject: localename: Fix typo in comment. X-Git-Tag: v1.0~5321 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a78dbe23b45d7d5e7ec174d8ecf881934de3aafb;p=gnulib.git localename: Fix typo in comment. * tests/test-locale-c++.cc (newlocale): Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index d812249a19..1e7ff9fa0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-10-22 Bruno Haible + + localename: Fix typo in comment. + * tests/test-locale-c++.cc (newlocale): Fix typo in comment. + 2018-10-22 Bruno Haible Fix failure of 'gnulib-tool --create-testdir' with all modules. diff --git a/tests/test-locale-c++.cc b/tests/test-locale-c++.cc index 410c84c110..eb5bebca9a 100644 --- a/tests/test-locale-c++.cc +++ b/tests/test-locale-c++.cc @@ -33,7 +33,7 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *)); #endif #if 0 -SIGNATURE_CHECK (GNULIB_NAMESPACE::newlocale, locale_t, (int const char *, locale_t)); +SIGNATURE_CHECK (GNULIB_NAMESPACE::newlocale, locale_t, (int, const char *, locale_t)); #endif #if GNULIB_TEST_DUPLOCALE && HAVE_DUPLOCALE