filesystem: fix build warning

This commit is contained in:
Alibek Omarov 2024-06-02 10:33:33 +03:00
parent 40aa29e42a
commit 04136d95a3

View file

@ -2425,7 +2425,7 @@ static void *FS_CustomAlloc( size_t size )
static void FS_CustomFree( void *data )
{
return Mem_Free( data );
Mem_Free( data );
}
/*