Skip to content

Commit

Permalink
Doh! Bitten by search and replace. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 18, 2006
1 parent a4e7fce commit 661d8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_endian.h
Expand Up @@ -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__) &&
Expand Down

0 comments on commit 661d8df

Please sign in to comment.