From c3209c67d99338680843270b2b89da3359bf8a6c Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Fri, 28 Jan 2011 05:03:11 +0000 Subject: you use ; to end a statement, not a :. --- sys/arch/amd64/amd64/est.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/est.c b/sys/arch/amd64/amd64/est.c index 818fda5cada..4c31f62b1a9 100644 --- a/sys/arch/amd64/amd64/est.c +++ b/sys/arch/amd64/amd64/est.c @@ -1,4 +1,4 @@ -/* $OpenBSD: est.c,v 1.23 2011/01/27 21:27:44 jsg Exp $ */ +/* $OpenBSD: est.c,v 1.24 2011/01/28 05:03:10 dlg Exp $ */ /* * Copyright (c) 2003 Michael Eriksson. * All rights reserved. @@ -211,7 +211,7 @@ p3_get_bus_clock(struct cpu_info *ci) bus_clock = BUS166; break; case 2: - bus_clock = BUS200: + bus_clock = BUS200; break; default: printf("%s: unknown Atom FSB_FREQ value %d", -- cgit v1.2.3