mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-15 15:58:13 +00:00
Removed double va_end()
This commit is contained in:
@@ -86,7 +86,6 @@ static void SDL_InitDynamicAPI(void);
|
|||||||
va_end(ap); \
|
va_end(ap); \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
va_end(ap); \
|
|
||||||
if (result >= 0) { \
|
if (result >= 0) { \
|
||||||
result = jump_table.SDL_SetError("%s", str); \
|
result = jump_table.SDL_SetError("%s", str); \
|
||||||
} \
|
} \
|
||||||
|
Reference in New Issue
Block a user