pen: remove stray '#include <stdio.h>'
parent
96fbd10de0
commit
beb52ed54a
|
@ -269,7 +269,7 @@ static void pen_sort(void)
|
||||||
pen_compare);
|
pen_compare);
|
||||||
pen_handler.sorted = SDL_TRUE;
|
pen_handler.sorted = SDL_TRUE;
|
||||||
}
|
}
|
||||||
#include<stdio.h>
|
|
||||||
SDL_Pen *SDL_PenModifyBegin(Uint32 instance_id)
|
SDL_Pen *SDL_PenModifyBegin(Uint32 instance_id)
|
||||||
{
|
{
|
||||||
SDL_PenID id = { 0 };
|
SDL_PenID id = { 0 };
|
||||||
|
|
Loading…
Reference in New Issue