From: Ondrej Filip Date: Mon, 5 Jun 2000 15:06:26 +0000 (+0000) Subject: Bug in comment. It didn't compile. X-Git-Tag: v1.2.0~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49222deffff154ad7c287efd4a6847cc545cda6b;p=thirdparty%2Fbird.git Bug in comment. It didn't compile. --- diff --git a/filter/filter.c b/filter/filter.c index 5c50b9a28..8dfb33700 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)