diff options
-rw-r--r-- | cpuinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |