aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_DrawEnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_DrawEnd.c')
-rw-r--r--sources/TZR_DrawEnd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_DrawEnd.c b/sources/TZR_DrawEnd.c
index 0cf72ef..ba379be 100644
--- a/sources/TZR_DrawEnd.c
+++ b/sources/TZR_DrawEnd.c
@@ -5,7 +5,8 @@
#include <SDL2/SDL_render.h>
#include <SDL2/SDL_timer.h>
-int TZR_DrawEnd(void)
+int
+TZR_DrawEnd(void)
{
if (SDL_SetRenderTarget(___tzr_renderer, NULL) < 0)
return sdl_error(-1);