diff options
author | Martin Mares <mj@ucw.cz> | 2002-11-13 08:46:12 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2002-11-13 08:46:12 +0000 |
commit | de10a974f2e2e8a11b6a6852cd770c1096e1c25d (patch) | |
tree | 1c275c882f3c749b0d95086eb48397c0bea1f7d6 /nest/a-path.c | |
parent | 59b96d7b4d8a055aa77917099b358cfc7b5e0731 (diff) |
Added missing semicolons.
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 0c467551..1b08f809 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; |