summaryrefslogtreecommitdiffhomepage
path: root/examples/web/textures/textures_draw_tiled.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/textures/textures_draw_tiled.c')
-rw-r--r--examples/web/textures/textures_draw_tiled.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/textures/textures_draw_tiled.c b/examples/web/textures/textures_draw_tiled.c
index 893d9b8..7d8a3c4 100644
--- a/examples/web/textures/textures_draw_tiled.c
+++ b/examples/web/textures/textures_draw_tiled.c
@@ -160,6 +160,6 @@ int main(int argc, char **argv)
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------
- return 0;
+ return 0;
}