summaryrefslogtreecommitdiff
path: root/Centaur
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2009-04-08 23:19:34 -0400
committerDave Jones <davej@redhat.com>2009-04-08 23:19:34 -0400
commitc6f51bb3067bb0ce488df0255c306dc152b16abb (patch)
treea9cf8d39f5d3c60b2b564cc28b4983360c83a436 /Centaur
parentda770b32d03655f452a165101d37b3b939c713f0 (diff)
Remove ;'s from all other add_to_cpuname macros.
Diffstat (limited to 'Centaur')
-rw-r--r--Centaur/identify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Centaur/identify.c b/Centaur/identify.c
index 8fc0f2a..b3e0a15 100644
--- a/Centaur/identify.c
+++ b/Centaur/identify.c
@@ -10,7 +10,7 @@
#include "centaur.h"
static char *centaur_nameptr;
-#define add_to_cpuname(x) centaur_nameptr += snprintf(centaur_nameptr, sizeof(x), "%s", x);
+#define add_to_cpuname(x) centaur_nameptr += snprintf(centaur_nameptr, sizeof(x), "%s", x)
void identify_centaur(struct cpudata *cpu)
{