summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1996-10-28 19:35:37 +0000
committerjhay <jhay@FreeBSD.org>1996-10-28 19:35:37 +0000
commitbb0c2ab1bacc96a65e57b2814db3674db1871c5e (patch)
tree9d8adafaec43df7e090a1470a0cd81c185124cbd /sys/dev/ic
parent928320c3b6a55543a046b8f813902a148613b129 (diff)
downloadFreeBSD-src-bb0c2ab1bacc96a65e57b2814db3674db1871c5e.zip
FreeBSD-src-bb0c2ab1bacc96a65e57b2814db3674db1871c5e.tar.gz
A #define really don't need a ; at the end.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/hd64570.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/hd64570.h b/sys/dev/ic/hd64570.h
index 290e402..583a8c9 100644
--- a/sys/dev/ic/hd64570.h
+++ b/sys/dev/ic/hd64570.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: hd64570.h,v 1.1.1.1 1995/11/21 02:32:04 peter Exp $
+ * $Id: hd64570.h,v 1.2 1996/03/17 00:29:35 peter Exp $
*/
#ifndef _HD64570_H_
#define _HD64570_H_
@@ -96,7 +96,7 @@ typedef struct dmac_channel
unsigned char unused0;
unsigned short sar; /* rw On odd numbered dmacs (tx) only */
unsigned char sarb; /* rw */
-#define cpb sarb;
+#define cpb sarb
unsigned char unused1;
unsigned short cda; /* rw */
unsigned short eda; /* rw */
OpenPOWER on IntegriCloud