minor fixes

This commit is contained in:
Josh Coalson
2007-09-12 05:34:06 +00:00
parent 8c4ac1dcb7
commit 1364a1e8b5
2 changed files with 2 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ int main(int argc, char *argv[])
if(!decoder) {
fprintf(stderr, "ERROR: allocating decoder\n");
fclose(fout);
return 1;
}