From 6a1b45fda4c883e33b1d43a0a32b4a07864e217f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 15 Sep 2010 17:27:14 +0000 Subject: [PATCH] Spell parameter name consistently in header and body. Clue-by-four provided by GCC. --- well.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/well.c b/well.c index 0a6e6883..4229ccaf 100644 --- a/well.c +++ b/well.c @@ -6,7 +6,7 @@ /* Release memory resources for cell->well mapping. */ /* ---------------------------------------------------------------------- */ void -deallocate_cell_wells(int *cvpos, int *cwells) +deallocate_cell_wells(int *cwpos, int *cwells) /* ---------------------------------------------------------------------- */ { free(cwells);