From cf76d234769be4773230fc1674acee837525ad40 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 10 Sep 2022 10:23:38 +0200 Subject: Minor format tweaks --- examples/textures/textures_draw_tiled.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/textures') diff --git a/examples/textures/textures_draw_tiled.c b/examples/textures/textures_draw_tiled.c index 517fabc2..908bf238 100644 --- a/examples/textures/textures_draw_tiled.c +++ b/examples/textures/textures_draw_tiled.c @@ -12,6 +12,7 @@ * Copyright (c) 2020-2022 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5) * ********************************************************************************************/ + #include "raylib.h" #define SIZEOF(A) (sizeof(A)/sizeof(A[0])) @@ -22,7 +23,7 @@ //------------------------------------------------------------------------------------ // Program main entry point //------------------------------------------------------------------------------------ -int main(int argc, char **argv) +int main(void) { // Initialization //-------------------------------------------------------------------------------------- -- cgit v1.2.3