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