diff options
Diffstat (limited to 'stdio-common/tstgetln.c')
-rw-r--r-- | stdio-common/tstgetln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tstgetln.c b/stdio-common/tstgetln.c index a76317e069..35e4e1aea7 100644 --- a/stdio-common/tstgetln.c +++ b/stdio-common/tstgetln.c @@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */ #endif int -main () +main (int argc, char *argv[]) { char *buf = NULL; size_t size = 0; |