Audit printf(1)

Not a lot to do here, I wrote this less than a month ago. The only
thing I missed was the newline before return.
This commit is contained in:
FRIGN
2015-03-17 21:43:01 +01:00
parent 1bc002b44a
commit c7deb4f2b7
2 changed files with 2 additions and 1 deletions

View File

@@ -148,5 +148,6 @@ main(int argc, char *argv[])
if (argi >= argc)
cooldown = 1;
}
return 0;
}