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