summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/qvss_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/dev/qvss_compat.c')
-rw-r--r--sys/arch/pmax/dev/qvss_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/qvss_compat.c b/sys/arch/pmax/dev/qvss_compat.c
index 28e891d3ba0..6692e6370bb 100644
--- a/sys/arch/pmax/dev/qvss_compat.c
+++ b/sys/arch/pmax/dev/qvss_compat.c
@@ -144,7 +144,7 @@ init_pmaxfbu(fi)
register struct fbuaccess *fbu = NULL;
if (fi == NULL || fi->fi_fbu == NULL)
- panic("init_pmaxfb: given null pointer to framebuffer\n");
+ panic("init_pmaxfb: given null pointer to framebuffer");
/* XXX don't rely on there being a pmax_fb struct */
fbu = fi->fi_fbu;