mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Fix declaration of I_GetFreeMem in src/dummy/i_system.c
This commit is contained in:
parent
2f98cd3b97
commit
7dc74fc364
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue