filesystem: fix build warning
This commit is contained in:
parent
40aa29e42a
commit
04136d95a3
1 changed files with 1 additions and 1 deletions
|
@ -2425,7 +2425,7 @@ static void *FS_CustomAlloc( size_t size )
|
|||
|
||||
static void FS_CustomFree( void *data )
|
||||
{
|
||||
return Mem_Free( data );
|
||||
Mem_Free( data );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue