Spell parameter name consistently in header and body.

Clue-by-four provided by GCC.
This commit is contained in:
Bård Skaflestad 2010-09-15 17:27:14 +00:00
parent aa19c72d49
commit 6a1b45fda4

2
well.c
View File

@ -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);