diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-03-03 08:53:18 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 17:25:14 +0200 |
commit | 010e1aa65ea39d9a533cb8438cd4bdc1c4562efa (patch) | |
tree | 1617fd0b4079495ae81cf93fd7317431c8155d0a /lib/table.h | |
parent | bgpd: Configured suppress value cannot be less than the reuse value in bgp da... (diff) | |
download | frr-010e1aa65ea39d9a533cb8438cd4bdc1c4562efa.tar.xz frr-010e1aa65ea39d9a533cb8438cd4bdc1c4562efa.zip |
*: remove stray extra semicolons
Some places had extra semicolons where none belong. Remove them.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit b7d5021bfa161f797cbfb1e92bf5b94327fb1b71)
Diffstat (limited to 'lib/table.h')
-rw-r--r-- | lib/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/table.h b/lib/table.h index ab357a074..ab7eb68ce 100644 --- a/lib/table.h +++ b/lib/table.h @@ -92,7 +92,7 @@ struct route_table /* Each routing entry. */ struct route_node { - ROUTE_NODE_FIELDS; + ROUTE_NODE_FIELDS #define l_left link[0] #define l_right link[1] |