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