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