diff options
Diffstat (limited to 'filter')
-rw-r--r-- | filter/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/config.Y b/filter/config.Y index 294da49..ce11e45 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -72,7 +72,7 @@ type: switch ($1) { default: cf_error( "You can't create sets of this type." ); - case T_INT: case T_IP: case T_PREFIX: case T_PAIR: + case T_INT: case T_IP: case T_PREFIX: case T_PAIR: ; } $$ = $1 | T_SET; } |