Removing extra semicolons

This commit is contained in:
Petar Popovic
2024-09-12 01:43:39 +02:00
committed by Sam Lantinga
parent fd2a266549
commit d03c7cdf17
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ struct SDLTest_TestSuiteRunner {
};
/* ! Timeout for single test case execution */
static Uint32 SDLTest_TestCaseTimeout = 3600;;
static Uint32 SDLTest_TestCaseTimeout = 3600;
static const char *common_harness_usage[] = {
"[--iterations #]",

View File

@@ -290,7 +290,7 @@ SDL_X11_SYM(Status,XIQueryVersion,(Display *a,int *b,int *c),(a,b,c),return)
SDL_X11_SYM(XIEventMask*,XIGetSelectedEvents,(Display *a,Window b,int *c),(a,b,c),return)
SDL_X11_SYM(Bool,XIGetClientPointer,(Display *a,Window b,int *c),(a,b,c),return)
SDL_X11_SYM(Bool,XIWarpPointer,(Display *a,int b,Window c,Window d,double e,double f,int g,int h,double i,double j),(a,b,c,d,e,f,g,h,i,j),return)
SDL_X11_SYM(Status,XIGetProperty,(Display *a,int b,Atom c,long d,long e,Bool f, Atom g, Atom *h, int *i, unsigned long *j, unsigned long *k, unsigned char **l),(a,b,c,d,e,f,g,h,i,j,k,l),return);
SDL_X11_SYM(Status,XIGetProperty,(Display *a,int b,Atom c,long d,long e,Bool f, Atom g, Atom *h, int *i, unsigned long *j, unsigned long *k, unsigned char **l),(a,b,c,d,e,f,g,h,i,j,k,l),return)
#endif
// XRandR support