summaryrefslogtreecommitdiff
path: root/lib/route/cls/police.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/cls/police.c')
-rw-r--r--lib/route/cls/police.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/route/cls/police.c b/lib/route/cls/police.c
index 1f5d2844..14b5608d 100644
--- a/lib/route/cls/police.c
+++ b/lib/route/cls/police.c
@@ -23,12 +23,12 @@
*/
static const struct trans_tbl police_types[] = {
- __ADD(TC_POLICE_UNSPEC,unspec)
- __ADD(TC_POLICE_OK,ok)
- __ADD(TC_POLICE_RECLASSIFY,reclassify)
- __ADD(TC_POLICE_SHOT,shot)
+ __ADD(TC_POLICE_UNSPEC,unspec),
+ __ADD(TC_POLICE_OK,ok),
+ __ADD(TC_POLICE_RECLASSIFY,reclassify),
+ __ADD(TC_POLICE_SHOT,shot),
#ifdef TC_POLICE_PIPE
- __ADD(TC_POLICE_PIPE,pipe)
+ __ADD(TC_POLICE_PIPE,pipe),
#endif
};