diff --git a/src/core/ngage/SDL_ngage.cpp b/src/core/ngage/SDL_ngage.cpp index 518d43fd92..dcd1daca62 100644 --- a/src/core/ngage/SDL_ngage.cpp +++ b/src/core/ngage/SDL_ngage.cpp @@ -53,8 +53,8 @@ void NGAGE_DebugPrintf(const char *fmt, ...) TInt NGAGE_GetFreeHeapMemory() { - TInt free = 0; - return User::Available(free); + TInt heap_available = 0; + return User::Available(heap_available); } #ifdef __cplusplus