aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>1996-10-28 19:35:37 +0000
committerJohn Hay <jhay@FreeBSD.org>1996-10-28 19:35:37 +0000
commit21b4a6992c3629afb0a5ae3ef79a74d353f2de38 (patch)
tree9d8adafaec43df7e090a1470a0cd81c185124cbd /sys/dev/ic
parent3e1c3ca6bb4db46c1c5bf8a02d07833ccc064352 (diff)
downloadsrc-21b4a6992c3629afb0a5ae3ef79a74d353f2de38.tar.gz
src-21b4a6992c3629afb0a5ae3ef79a74d353f2de38.zip
A #define really don't need a ; at the end.
Notes
Notes: svn path=/head/; revision=19235
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 290e402c9796..583a8c923998 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 */