We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23aec5d commit 889aae8Copy full SHA for 889aae8
1 file changed
bld/makdep.c
@@ -51,7 +51,7 @@ static struct node *suffix_list; /* List of Fortran suffixes to look for */
51
static void check (char *, struct node *, char *, int);
52
static int already_found (char *, struct node *);
53
54
-main (int argc, char **argv)
+int main (int argc, char **argv)
55
{
56
int lastdot; /* points to the last . in fname */
57
int c; /* return from getopt */
0 commit comments