Silence cppcheck warning

This commit is contained in:
Thomas Jarosch 2012-12-25 15:28:35 +01:00
parent f127d56719
commit 33f4bd0298
1 changed files with 1 additions and 0 deletions

View File

@ -43,5 +43,6 @@ int main()
while (n > 0)
printf("%s\n", lines[--n]);
fclose(f);
return 0;
}