diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-11 05:12:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-11 05:12:41 +0000 |
commit | b3067fd524234e263e58b215d0fb24d414bf1c34 (patch) | |
tree | 5c1576265dded5700ab387af81051fabd39f3396 /sys/arch/pmax/dev/qvss_compat.c | |
parent | 9ee95b4b405b050512cf782b508d774f4601a6b5 (diff) |
panic prints a newline for you, don't do it in the panic string
Diffstat (limited to 'sys/arch/pmax/dev/qvss_compat.c')
-rw-r--r-- | sys/arch/pmax/dev/qvss_compat.c | 2 |
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; |