From de10a974f2e2e8a11b6a6852cd770c1096e1c25d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 13 Nov 2002 08:46:12 +0000 Subject: Added missing semicolons. --- nest/a-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/a-path.c') 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; -- cgit v1.2.3