From 1da0eb00b64cf96fafeda15abecc0ea97c01cfc7 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 18 Jul 2005 02:43:28 +0000 Subject: remove trailing newline in panic(9); ok millert@ and deraadt@ --- sys/arch/mac68k/dev/esp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mac68k/dev') diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c index eccae605de7..2a294b8942e 100644 --- a/sys/arch/mac68k/dev/esp.c +++ b/sys/arch/mac68k/dev/esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp.c,v 1.20 2004/12/10 18:23:23 martin Exp $ */ +/* $OpenBSD: esp.c,v 1.21 2005/07/18 02:43:25 fgsch Exp $ */ /* $NetBSD: esp.c,v 1.17 1998/09/05 15:15:35 pk Exp $ */ /* @@ -509,7 +509,7 @@ esp_quick_dma_intr(sc) int trans=0, resid=0; if (esc->sc_active == 0) - panic("dma_intr--inactive DMA\n"); + panic("dma_intr--inactive DMA"); esc->sc_active = 0; -- cgit v1.2.3