diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-12-09 03:46:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-12-09 03:46:43 +0000 |
commit | c8ac9d644cd91f7901ae91057e09c13e835c04a6 (patch) | |
tree | 92b7b11f408a392e58e8bfa28dc4568911e64109 | |
parent | 4ee4469ecfb764b1369435ff2f445fd9d6bbd0eb (diff) |
Remove surplus semicolon.
-rw-r--r-- | sys/dev/ic/atwvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h index cd4946e18b0..b5f5ccddf20 100644 --- a/sys/dev/ic/atwvar.h +++ b/sys/dev/ic/atwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atwvar.h,v 1.9 2005/09/24 09:12:10 jsg Exp $ */ +/* $OpenBSD: atwvar.h,v 1.10 2005/12/09 03:46:42 jsg Exp $ */ /* $NetBSD: atwvar.h,v 1.13 2004/07/23 07:07:55 dyoung Exp $ */ /* @@ -277,7 +277,7 @@ struct atw_softc { u_int8_t sc_sram[ATW_SRAM_MAXSIZE]; u_int sc_sramlen; u_int8_t sc_bssid[IEEE80211_ADDR_LEN]; - u_int8_t sc_rev;; + u_int8_t sc_rev; u_int8_t sc_rf3000_options1; u_int8_t sc_rf3000_options2; |