diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-05 17:06:26 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-05 17:06:26 +0200 |
commit | 49222deffff154ad7c287efd4a6847cc545cda6b (patch) | |
tree | 5816f85fec3da71ebff80b4011c76676fc1666a3 /filter | |
parent | b093c328f5b352e3d059cb14cceed1e4daa1b9dc (diff) | |
download | bird-49222deffff154ad7c287efd4a6847cc545cda6b.tar bird-49222deffff154ad7c287efd4a6847cc545cda6b.zip |
Bug in comment. It didn't compile.
Diffstat (limited to 'filter')
-rw-r--r-- | filter/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c index 5c50b9a..8dfb337 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) |