diff options
Diffstat (limited to 'stdlib/tst-strtod.c')
-rw-r--r-- | stdlib/tst-strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index 792ed2e017..681bace013 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -43,7 +43,7 @@ static const struct ltest tests[] = static void expand __P ((char *dst, int c)); int -main () +main (int argc, char ** argv) { register const struct ltest *lt; char *ep; |