diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-03-22 10:00:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 10:00:34 +0100 |
commit | 37916b2b113af12d86208b9abdd594647421d65c (patch) | |
tree | ffc76feaddd010df2bfdf653a610bcc1929ca98a /nhrpd/nhrpd.h | |
parent | Merge pull request #8297 from adrianomarto/msdp-dscp-cs6 (diff) | |
parent | lib: temporary workaround for LabN CI (diff) | |
download | frr-37916b2b113af12d86208b9abdd594647421d65c.tar.xz frr-37916b2b113af12d86208b9abdd594647421d65c.zip |
Merge pull request #8121 from opensourcerouting/macro-cleanup
*: require ISO C11 + semicolons after file-scope macros
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r-- | nhrpd/nhrpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 365546315..9c8c293b9 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -18,7 +18,7 @@ #include "memory.h" #include "resolver.h" -DECLARE_MGROUP(NHRPD) +DECLARE_MGROUP(NHRPD); #define NHRPD_DEFAULT_HOLDTIME 7200 |