diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 07:07:15 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:39 +0100 |
| commit | 80413c2073a20774b264ab04f7a4ea4515699790 (patch) | |
| tree | 7902d0a3503de17d469f5dd8fafefbe1df5583c6 /tests/lib/test_xref.c | |
| parent | 960b9a53837d1aefa16bd531c7087f800dbe147b (diff) | |
*: require semicolon after FRR_DAEMON_INFO & co.
... again ...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/lib/test_xref.c')
| -rw-r--r-- | tests/lib/test_xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_xref.c b/tests/lib/test_xref.c index 700950de1f..aa179141af 100644 --- a/tests/lib/test_xref.c +++ b/tests/lib/test_xref.c @@ -127,7 +127,7 @@ bool (*tests[])(void) = { test_logcall, }; -XREF_SETUP() +XREF_SETUP(); int main(int argc, char **argv) { |
