From a845504a5ee6fd7e545f028cf84e1e503da574c1 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 17 Feb 2009 11:52:39 +0000 Subject: cosmetics: const static --> static const, avoids the debug mode warning: cpuinfo.c:80: warning: 'static' is not at beginning of declaration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28632 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpuinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpuinfo.c') diff --git a/cpuinfo.c b/cpuinfo.c index ad9a49c42e..8a8b0bdf13 100644 --- a/cpuinfo.c +++ b/cpuinfo.c @@ -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", -- cgit v1.2.3