diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 06:38:13 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:37 +0100 | 
| commit | 96244aca23adec551c29b78f26605f8af8eea53e (patch) | |
| tree | 1f4b4216f3a73e5bddffa2898495a74b2992af0f /lib/vrf.c | |
| parent | 8451921b70044a2c1075e7ba391f095fabee2550 (diff) | |
*: require semicolon after DEFINE_QOBJ & co.
Again, see previous commits.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/vrf.c')
| -rw-r--r-- | lib/vrf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@  DEFINE_MTYPE_STATIC(LIB, VRF, "VRF");  DEFINE_MTYPE_STATIC(LIB, VRF_BITMAP, "VRF bit-map"); -DEFINE_QOBJ_TYPE(vrf) +DEFINE_QOBJ_TYPE(vrf);  static __inline int vrf_id_compare(const struct vrf *, const struct vrf *);  static __inline int vrf_name_compare(const struct vrf *, const struct vrf *);  | 
