mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fixed warning: no previous prototype for function 'ParseDescriptor'
This commit is contained in:
parent
9c856aea96
commit
c7508ca2e9
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ static bool ParseLocalItem(DescriptorContext *ctx, int tag, int size, const Uint
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ParseDescriptor(DescriptorContext *ctx, const Uint8 *descriptor, int descriptor_size)
|
||||
static bool ParseDescriptor(DescriptorContext *ctx, const Uint8 *descriptor, int descriptor_size)
|
||||
{
|
||||
SDL_zerop(ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue