[trunk] Fix typo in the code

This commit is contained in:
Mathieu Malaterre 2014-03-10 10:12:25 +00:00
parent 9155e98911
commit f7bc0b49cb
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ int main(int argc, char **argv)
cleanup:
/*Close File*/
if(fbase) fclose(fbase);
if(ftell) fclose(ftest);
if(ftest) fclose(ftest);
/* Free memory*/
free(inParam.base_filename);