summaryrefslogtreecommitdiff
path: root/tests/test-fflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fflush.c')
-rw-r--r--tests/test-fflush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-fflush.c b/tests/test-fflush.c
index 6f369f021a..3a17f8d475 100644
--- a/tests/test-fflush.c
+++ b/tests/test-fflush.c
@@ -1,5 +1,5 @@
/* Test of POSIX compatible fflush() function.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
#include <unistd.h>
int
-main (int argc, char *argv[])
+main (void)
{
FILE *f;
char buffer[10];