changeset 1369:42eeb14770e3

Doh! Bitten by search and replace. :)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Feb 2006 07:05:18 +0000
parents 533567cbb576
children 00fc57bb5dc4
files include/SDL_endian.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_endian.h	Sat Feb 18 06:51:00 2006 +0000
+++ b/include/SDL_endian.h	Sat Feb 18 07:05:18 2006 +0000
@@ -52,9 +52,9 @@
 extern "C" {
 #endif
 
-/* Use __inline__ functions for compilers that support them, and static
+/* Use inline functions for compilers that support them, and static
    functions for those that do not.  Because these functions become
-   static for compilers that do not support __inline__ functions, this
+   static for compilers that do not support inline functions, this
    header should only be included in files that actually use them.
 */
 #if defined(__GNUC__) && defined(__i386__) &&