summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-17 09:30:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-17 09:30:03 +0000
commit7baaf7da5f5d498bfeae788a037adcfd38ef3aa5 (patch)
tree5978fee9325eedec31f5cbcabb0584ed9bf8cb82 /sys/arch/sparc/dev
parent0c35f1356ef4d5067644171740f5ed3ce554a607 (diff)
add a missing \n
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/fb.c b/sys/arch/sparc/dev/fb.c
index a990eae83a9..f61b94560bb 100644
--- a/sys/arch/sparc/dev/fb.c
+++ b/sys/arch/sparc/dev/fb.c
@@ -77,7 +77,7 @@ fb_attach(fb)
{
if (devfb)
- printf("warning: multiple /dev/fb declarers");
+ printf("warning: multiple /dev/fb declarers\n");
devfb = fb;
}