Commit f7a5c085 authored by Chris Toshok's avatar Chris Toshok

formatting

parent 9cea4f0a
...@@ -1070,7 +1070,7 @@ void fileDestructor(Box* b) { ...@@ -1070,7 +1070,7 @@ void fileDestructor(Box* b) {
BoxedFile* self = static_cast<BoxedFile*>(b); BoxedFile* self = static_cast<BoxedFile*>(b);
if (self->f_fp) if (self->f_fp)
fclose(self->f_fp); fclose(self->f_fp);
self->f_fp = NULL; self->f_fp = NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment