diff src/cpuinfo/SDL_cpuinfo.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents f7b03b6838cb
children e8916fe9cfc8
line wrap: on
line diff
--- a/src/cpuinfo/SDL_cpuinfo.c	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/cpuinfo/SDL_cpuinfo.c	Sat Jun 26 08:56:48 2010 -0700
@@ -335,7 +335,7 @@
 }
 
 /* Oh, such a sweet sweet trick, just not very useful. :) */
-const char *
+static const char *
 SDL_GetCPUType()
 {
     static char SDL_CPUType[48];