mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Fixed warning: no previous prototype for function 'GIP_ParseMetadata'
This commit is contained in:
parent
193b0c8963
commit
ae251a05be
1 changed files with 1 additions and 1 deletions
|
|
@ -916,7 +916,7 @@ static bool GIP_ParseMessageMetadata(GIP_MessageMetadata *metadata, const Uint8
|
|||
return true;
|
||||
}
|
||||
|
||||
bool GIP_ParseMetadata(GIP_Metadata *metadata, const Uint8* bytes, int num_bytes)
|
||||
static bool GIP_ParseMetadata(GIP_Metadata *metadata, const Uint8* bytes, int num_bytes)
|
||||
{
|
||||
int header_size;
|
||||
int metadata_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue