Explorar o código

Fixed comments at conditional compilation macro in header file.

Philipp Wiesemann %!s(int64=10) %!d(string=hai) anos
pai
achega
5b2e7aab30
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      include/SDL_endian.h

+ 2 - 2
include/SDL_endian.h

@@ -42,7 +42,7 @@
 #ifdef __linux__
 #include <endian.h>
 #define SDL_BYTEORDER  __BYTE_ORDER
-#else /* __linux __ */
+#else /* __linux__ */
 #if defined(__hppa__) || \
     defined(__m68k__) || defined(mc68000) || defined(_M_M68K) || \
     (defined(__MIPS__) && defined(__MISPEB__)) || \
@@ -52,7 +52,7 @@
 #else
 #define SDL_BYTEORDER   SDL_LIL_ENDIAN
 #endif
-#endif /* __linux __ */
+#endif /* __linux__ */
 #endif /* !SDL_BYTEORDER */