diff options
Diffstat (limited to 'src/utils/physfsrwops.cpp')
-rw-r--r-- | src/utils/physfsrwops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/physfsrwops.cpp b/src/utils/physfsrwops.cpp index 94172cd71..b4afa5e9e 100644 --- a/src/utils/physfsrwops.cpp +++ b/src/utils/physfsrwops.cpp @@ -202,7 +202,7 @@ static SDL_RWops *create_rwops(PHYSFS_file *const handle) retval->hidden.unknown.data1 = handle; } /* if */ #ifdef DUMP_LEAKED_RESOURCES - openedRWops ++; + openedRWops ++; #endif } /* else */ |