summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-12-09 03:46:42 +0000
committerjsg <jsg@openbsd.org>2005-12-09 03:46:42 +0000
commit3b96cb31deacc27f911eed377c325e7517411024 (patch)
tree01cab89c3089a3cb4a2ead58854e1f312aeca971
parentReverse order of diff so that output makes more sense. kjell said he (diff)
downloadwireguard-openbsd-3b96cb31deacc27f911eed377c325e7517411024.tar.xz
wireguard-openbsd-3b96cb31deacc27f911eed377c325e7517411024.zip
Remove surplus semicolon.
-rw-r--r--sys/dev/ic/atwvar.h4
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;