Fix declaration of I_GetFreeMem in src/dummy/i_system.c

This commit is contained in:
Jaime Ita Passos 2023-05-19 15:12:20 -03:00
parent 2f98cd3b97
commit 7dc74fc364

View file

@ -8,7 +8,7 @@ UINT8 graphics_started = 0;
UINT8 keyboard_started = 0;
size_t I_GetFreeMem(UINT32 *total)
size_t I_GetFreeMem(size_t *total)
{
*total = 0;
return 0;