Browse Source

Update models_first_person_maze.c

Ray 6 years ago
parent
commit
0b2bad4205
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/models/models_first_person_maze.c

+ 1 - 1
examples/models/models_first_person_maze.c

@@ -11,7 +11,7 @@
 
 #include "raylib.h"
 
-#include "<stdlib.h>"           // Required for: free()
+#include <stdlib.h>           // Required for: free()
 
 int main()
 {