commit | b7d5021bfa161f797cbfb1e92bf5b94327fb1b71 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Mar 03 08:53:18 2015 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:17:47 2015 +0200 |
tree | 37f3c702812e7fe9dec6ef33925df331d64e02c7 | |
parent | eed3c48d3a7d2dae2cae2f2f250deffb843754a6 [diff] [blame] |
*: remove stray extra semicolons Some places had extra semicolons where none belong. Remove them. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/lib/table.h b/lib/table.h index ab357a0..ab7eb68 100644 --- a/lib/table.h +++ b/lib/table.h
@@ -92,7 +92,7 @@ /* Each routing entry. */ struct route_node { - ROUTE_NODE_FIELDS; + ROUTE_NODE_FIELDS #define l_left link[0] #define l_right link[1]