diff options
Diffstat (limited to 'man3/strcat.3')
| -rw-r--r-- | man3/strcat.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcat.3 b/man3/strcat.3 index befd989bb0..b44208a45b 100644 --- a/man3/strcat.3 +++ b/man3/strcat.3 @@ -199,7 +199,7 @@ will provide better performance.) #include <time.h> int -main(int argc, char *argv[]) +main(void) { #define LIM 4000000 char p[LIM + 1]; /* +1 for terminating null byte */ |
