diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-04-23 07:30:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-04-23 07:30:04 +0000 |
commit | 6907a4b181a62262158dcd13b0f8be32fc89ee19 (patch) | |
tree | fc5414e6922264ce480da5ed473f32b923f09f98 /sys | |
parent | 7b47af1092ecb15bda223fe7c70b8c30449b2d8f (diff) |
add missing newline in the unknown model case
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/est.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/est.c b/sys/arch/amd64/amd64/est.c index 3794db03758..7f54997c322 100644 --- a/sys/arch/amd64/amd64/est.c +++ b/sys/arch/amd64/amd64/est.c @@ -1,4 +1,4 @@ -/* $OpenBSD: est.c,v 1.10 2009/02/24 19:32:37 deraadt Exp $ */ +/* $OpenBSD: est.c,v 1.11 2009/04/23 07:30:03 jsg Exp $ */ /* * Copyright (c) 2003 Michael Eriksson. * All rights reserved. @@ -207,7 +207,7 @@ p3_get_bus_clock(struct cpu_info *ci) } break; default: - printf("%s: unknown i686 model 0x%x, can't get bus clock", + printf("%s: unknown i686 model 0x%x, can't get bus clock\n", ci->ci_dev->dv_xname, ci->ci_model); } } |