diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2015-03-03 08:53:18 +0100 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 15:25:14 +0000 |
| commit | 010e1aa65ea39d9a533cb8438cd4bdc1c4562efa (patch) | |
| tree | 1617fd0b4079495ae81cf93fd7317431c8155d0a /lib/table.h | |
| parent | 7ebe974831dbda1893cbf10b50dd1fe0da5bd056 (diff) | |
*: 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 ab357a0745..ab7eb68ce1 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] |
