diff options
Diffstat (limited to 'string/test-ffs.c')
-rw-r--r-- | string/test-ffs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/string/test-ffs.c b/string/test-ffs.c index f691d7f22d..9618408ae2 100644 --- a/string/test-ffs.c +++ b/string/test-ffs.c @@ -23,9 +23,7 @@ #include <string.h> int -main (argc, argv) - int argc; - char **argv; +main (void) { int failures = 0; int i; |