1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

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) {