[MPlayer-cvslog] r28632 - trunk/cpuinfo.c
diego
subversion at mplayerhq.hu
Tue Feb 17 12:52:40 CET 2009
Author: diego
Date: Tue Feb 17 12:52:39 2009
New Revision: 28632
Log:
cosmetics: const static --> static const, avoids the debug mode warning:
cpuinfo.c:80: warning: 'static' is not at beginning of declaration
Modified:
trunk/cpuinfo.c
Modified: trunk/cpuinfo.c
==============================================================================
--- trunk/cpuinfo.c Tue Feb 17 12:40:59 2009 (r28631)
+++ trunk/cpuinfo.c Tue Feb 17 12:52:39 2009 (r28632)
@@ -77,7 +77,7 @@ rdtsc(void)
static const char*
brandname(int i)
{
- const static char* brandmap[] = {
+ static const char* brandmap[] = {
NULL,
"Intel(R) Celeron(R) processor",
"Intel(R) Pentium(R) III processor",
More information about the MPlayer-cvslog
mailing list