diff options
Diffstat (limited to 'nest/a-path.c')
-rw-r--r-- | nest/a-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/a-path.c b/nest/a-path.c index 0c46755..1b08f80 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -173,7 +173,7 @@ as_path_match(struct adata *path, struct f_path_mask *mask) } if (!asterisk) return 0; - okay: + okay: ; } break; |