mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
[N-Gage] Rename variable to avoid warning that the declaration of free' shadows global declaration.
This commit is contained in:
@@ -53,8 +53,8 @@ void NGAGE_DebugPrintf(const char *fmt, ...)
|
|||||||
|
|
||||||
TInt NGAGE_GetFreeHeapMemory()
|
TInt NGAGE_GetFreeHeapMemory()
|
||||||
{
|
{
|
||||||
TInt free = 0;
|
TInt heap_available = 0;
|
||||||
return User::Available(free);
|
return User::Available(heap_available);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user