summaryrefslogtreecommitdiff
path: root/ospf.h
diff options
context:
space:
mode:
authorguy <guy>2002-12-11 07:07:25 +0000
committerguy <guy>2002-12-11 07:07:25 +0000
commit3a4254f5c662637cf669ff66b941240d7e456d6d (patch)
treea92982d307451e66acc21ae61136bca7a5feae00 /ospf.h
parent0f408d3ceff56a8a4668eb08dbbcb9a3fb103e70 (diff)
downloadtcpdump-3a4254f5c662637cf669ff66b941240d7e456d6d.tar.gz
Get rid of extra semicolon.
Diffstat (limited to 'ospf.h')
-rw-r--r--ospf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf.h b/ospf.h
index 46b7c160..7652cec2 100644
--- a/ospf.h
+++ b/ospf.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ospf.h,v 1.5 2002-11-09 17:19:23 itojun Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ospf.h,v 1.6 2002-12-11 07:07:25 guy Exp $ (LBL) */
/*
* Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -167,7 +167,7 @@ struct lsa {
u_int8_t opaque_type;
u_int8_t opaque_id[3];
struct in_addr adv_router;
- struct in_addr sequence_num;;
+ struct in_addr sequence_num;
u_int16_t chksum;
u_int16_t length;
} un_opaque[1];