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