Ray %!s(int64=4) %!d(string=hai) anos
pai
achega
f2c0981c57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/raylib.h

+ 1 - 1
src/raylib.h

@@ -113,7 +113,7 @@
     #define RL_FREE(ptr)        free(ptr)
 #endif
 
-// NOTE: MSC C++ compiler does not support compound literals (C99 feature)
+// NOTE: MSVC C++ compiler does not support compound literals (C99 feature)
 // Plain structures in C++ (without constructors) can be initialized from { } initializers.
 #if defined(__cplusplus)
     #define CLITERAL(type)      type