changeset 28597:96dfe52d18ff

cosmetics: const static --> static const, avoids the debug mode warning: cpuinfo.c:80: warning: 'static' is not at beginning of declaration
author diego
date Tue, 17 Feb 2009 11:52:39 +0000
parents e5f8eec12e5c
children 4172d83194f2
files cpuinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpuinfo.c	Tue Feb 17 11:40:59 2009 +0000
+++ b/cpuinfo.c	Tue Feb 17 11:52:39 2009 +0000
@@ -77,7 +77,7 @@
 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",