1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 00:56:34 +02:00

(integer_expected_error): Add `const' to paramater

declarations to avoid new warning from gcc.
This commit is contained in:
Jim Meyering
2002-04-28 17:12:53 +00:00
parent 059c9672ff
commit a1319f687c

View File

@@ -229,7 +229,7 @@ beyond (void)
/* Syntax error for when an integer argument was expected, but
something else was found. */
static void
integer_expected_error (char *pch)
integer_expected_error (char const *pch)
{
test_syntax_error (_("integer expression expected %s\n"), pch);
}