diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-10 10:12:25 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-10 10:12:25 +0000 |
| commit | f7bc0b49cbdd68e2c16f623d7c6617ded6ace0bf (patch) | |
| tree | f6a3915dcd8de7849d1356a6885e0329a859c8ea | |
| parent | 9155e9891130689d3cc89aaac798efc86a9b9e7b (diff) | |
[trunk] Fix typo in the code
| -rw-r--r-- | tests/compare_dump_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compare_dump_files.c b/tests/compare_dump_files.c index 1f457501..10245339 100644 --- a/tests/compare_dump_files.c +++ b/tests/compare_dump_files.c @@ -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); |
