Skip to content

Commit f98c509

Browse files
committed
CI test
[sdl-ci-artifacts]
1 parent d11f9d4 commit f98c509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SDL_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ extern SDL_NORETURN void SDL_ExitProcess(int exitcode);
290290
#define POP_SDL_ERROR() \
291291
SDL_SetError("%s", _error); SDL_free(_error); }
292292

293+
// @madebr test
293294
#if defined(SDL_DISABLE_INVALID_PARAMS)
294295
#ifdef DEBUG
295296
// If you define SDL_DISABLE_INVALID_PARAMS, you're promising that you'll

0 commit comments

Comments
 (0)