Skip to content

Commit 0102140

Browse files
committed
not everywhere has this main declaration
1 parent 3d7fcbe commit 0102140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const char help[] =
4141
int is_verbose = 0;
4242

4343
int
44-
main(int argc, char *argv[], char *envp[])
44+
main(int argc, char *argv[])
4545
{
4646
FILE *fp[2];
4747
int fpi = 0;

0 commit comments

Comments
 (0)