From 380ae136f98671a81feb6095a66ac5401b1ff29e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 Feb 2017 00:00:44 +0300 Subject: Rename define DEBUG_PHYSFS into DEBUG_VIRTFS --- src/maingui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/maingui.cpp') 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; } -- cgit v1.2.3-60-g2f50