From: Ulrich Drepper Date: Wed, 16 Jun 1999 10:35:56 +0000 (+0000) Subject: (re_error_msgid): Remove extra commas. X-Git-Tag: cvs/glibc_2-1-2~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb2a8054f4f85f93577c3970fbb47233c0355665;p=thirdparty%2Fglibc.git (re_error_msgid): Remove extra commas. --- diff --git a/posix/regex.c b/posix/regex.c index 5cbc046c700..99cf4c31a7f 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -1025,7 +1025,7 @@ static const char re_error_msgid[] = gettext_noop ("Invalid regular expression") /* REG_BADPAT */ "\0" #define REG_ECOLLATE_IDX (REG_BADPAT_IDX + sizeof "Invalid regular expression") - gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */ + gettext_noop ("Invalid collation character") /* REG_ECOLLATE */ "\0" #define REG_ECTYPE_IDX (REG_ECOLLATE_IDX + sizeof "Invalid collation character") gettext_noop ("Invalid character class name") /* REG_ECTYPE */ @@ -1064,7 +1064,7 @@ static const char re_error_msgid[] = gettext_noop ("Regular expression too big") /* REG_ESIZE */ "\0" #define REG_ERPAREN_IDX (REG_ESIZE_IDX + sizeof "Regular expression too big") - gettext_noop ("Unmatched ) or \\)"), /* REG_ERPAREN */ + gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */ }; static const size_t re_error_msgid_idx[] =