diff options
Diffstat (limited to 'stdlib/tst-strtol.c')
-rw-r--r-- | stdlib/tst-strtol.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/tst-strtol.c b/stdlib/tst-strtol.c index 448102a2d9..5b80622e07 100644 --- a/stdlib/tst-strtol.c +++ b/stdlib/tst-strtol.c @@ -611,9 +611,7 @@ do_test (void) } static void -expand (dst, c) - char *dst; - int c; +expand (char *dst, int c) { if (isprint (c)) { |