浏览代码

Correct typo

Ray 5 年之前
父节点
当前提交
7912fac815
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/others/rlgl_standalone.c

+ 1 - 1
examples/others/rlgl_standalone.c

@@ -54,7 +54,7 @@
 
 #include <GLFW/glfw3.h>         // Windows/Context and inputs management
 
-#inclde <stdio.h>               // Requried for: printf()
+#include <stdio.h>              // Required for: printf()
 
 #define RED        (Color){ 230, 41, 55, 255 }     // Red
 #define RAYWHITE   (Color){ 245, 245, 245, 255 }   // My own White (raylib logo)