Add int type to previously untyped variable

This commit is contained in:
Peter Howkins 2012-03-12 00:23:06 +00:00
parent 0ada4a2e39
commit a2706176db
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ isamfatalerror(char *msg)
void
print_usage_and_exit()
{
static usage_printed = 0;
static int usage_printed = 0;
if (!usage_printed) {