diff options
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index f34cfeb31..a8a06cf9a 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -133,9 +133,9 @@ int mainGui(int argc, char *argv[]) #ifdef DUMP_LEAKED_RESOURCES VirtFs::reportRWops(); #endif // DUMP_LEAKED_RESOURCES -#ifdef DEBUG_PHYSFS +#ifdef DEBUG_VIRTFS VirtFs::reportLeaks(); -#endif // DEBUG_PHYSFS +#endif // DEBUG_VIRTFS return ret; } |