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/atari/dev/grfabs_fal.c | |
parent | 9ee95b4b405b050512cf782b508d774f4601a6b5 (diff) |
panic prints a newline for you, don't do it in the panic string
Diffstat (limited to 'sys/arch/atari/dev/grfabs_fal.c')
-rw-r--r-- | sys/arch/atari/dev/grfabs_fal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/atari/dev/grfabs_fal.c b/sys/arch/atari/dev/grfabs_fal.c index 54a20c722bc..ed367a1019f 100644 --- a/sys/arch/atari/dev/grfabs_fal.c +++ b/sys/arch/atari/dev/grfabs_fal.c @@ -321,7 +321,7 @@ view_t *v; if (mode->current_view == v) { #if 0 if (v->flags & VF_DISPLAY) - panic("Cannot shutdown display\n"); /* XXX */ + panic("Cannot shutdown display"); /* XXX */ #endif mode->current_view = NULL; } |