From 49222deffff154ad7c287efd4a6847cc545cda6b Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 5 Jun 2000 15:06:26 +0000 Subject: [PATCH] Bug in comment. It didn't compile. --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/filter.c b/filter/filter.c index 5c50b9a2..8dfb3370 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -71,7 +71,7 @@ pm_path_compare(struct f_path_mask *m1, struct f_path_mask *m2) } /** - * val_compare - compare two values, returns -1, 0, 1 on <, =, > and 999 on error */ + * val_compare - compare two values, returns -1, 0, 1 on <, =, > and 999 on error */ int val_compare(struct f_val v1, struct f_val v2)