Skip to content

Commit

Permalink
initialize forlevel
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick authored and olebole committed Jan 9, 2024
1 parent 6ec9dab commit 8dd7abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/boot/generic/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct _for {
};

struct _for forstk[SZ_FORSTK];
int forlev;
int forlev = 0;
char *type_string;
char xtype_string[SZ_FNAME+1];
char type_char;
Expand Down

0 comments on commit 8dd7abd

Please # to comment.