Fix compile error

This commit is contained in:
rdb 2014-10-25 12:09:33 +00:00
parent f950b01dbf
commit 105e26092a

View File

@ -153,7 +153,7 @@ process(const Filename &filename) {
write_faces(*file, _egg_data);
bool success = (void *)(*file) != NULL;
bool success = ((void *)(*file) != NULL);
vfs->close_write_file(file);
return success;