Add int type to previously untyped variable
This commit is contained in:
parent
0ada4a2e39
commit
a2706176db
|
|
@ -174,7 +174,7 @@ isamfatalerror(char *msg)
|
|||
void
|
||||
print_usage_and_exit()
|
||||
{
|
||||
static usage_printed = 0;
|
||||
static int usage_printed = 0;
|
||||
|
||||
if (!usage_printed) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue