From 90b4f5c0ee1e91b106a975fc06d0734b3e9ec71f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 21 Sep 2002 21:42:30 +0000 Subject: [PATCH] correct the spelling of FindPassages --- tools/qfvis/source/qfvis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/qfvis/source/qfvis.c b/tools/qfvis/source/qfvis.c index 322959371..f1a9729ed 100644 --- a/tools/qfvis/source/qfvis.c +++ b/tools/qfvis/source/qfvis.c @@ -452,7 +452,7 @@ PlaneCompare (plane_t *p1, plane_t *p2) } sep_t * -Findpassages (winding_t *source, winding_t *pass) +FindPassages (winding_t *source, winding_t *pass) { double length; float d; @@ -587,7 +587,7 @@ CalcPassages (void) count2++; - sep = Findpassages (p1->winding, p2->winding); + sep = FindPassages (p1->winding, p2->winding); if (!sep) { count_sep++; sep = malloc (sizeof (*sep));