From e4da42088775eaae4b70ef7588096afb96c56e78 Mon Sep 17 00:00:00 2001 From: se Date: Mon, 27 Feb 1995 17:10:20 +0000 Subject: Delete bogus semicolon in macro definition. --- sys/pci/ncr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/pci') diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index f660534..e155b80 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.26 1995/02/22 18:04:56 se Exp $ +** $Id: ncr.c,v 1.27 1995/02/25 17:34:03 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -218,7 +218,7 @@ */ #ifdef SCSI_DEBUG_FLAGS - #define DEBUG_FLAGS ncr_debug; + #define DEBUG_FLAGS ncr_debug #else /* SCSI_DEBUG_FLAGS */ #define SCSI_DEBUG_FLAGS 0 #define DEBUG_FLAGS 0 @@ -1254,7 +1254,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.26 1995/02/22 18:04:56 se Exp $\n"; + "\n$Id: ncr.c,v 1.27 1995/02/25 17:34:03 se Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) -- cgit v1.1