diff options
author | se <se@FreeBSD.org> | 1995-02-27 17:10:20 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1995-02-27 17:10:20 +0000 |
commit | e4da42088775eaae4b70ef7588096afb96c56e78 (patch) | |
tree | 02cff2ba60f5a735b7e34fe4a0a22bbf99fb7163 /sys/pci | |
parent | 17e465d2bc673df73b71be4819c588cb6b8cbcad (diff) | |
download | FreeBSD-src-e4da42088775eaae4b70ef7588096afb96c56e78.zip FreeBSD-src-e4da42088775eaae4b70ef7588096afb96c56e78.tar.gz |
Delete bogus semicolon in macro definition.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/ncr.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) |