[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: cleanup:
/*Close File*/ /*Close File*/
if(fbase) fclose(fbase); if(fbase) fclose(fbase);
if(ftell) fclose(ftest); if(ftest) fclose(ftest);
/* Free memory*/ /* Free memory*/
free(inParam.base_filename); free(inParam.base_filename);