Spell parameter name consistently in header and body.
Clue-by-four provided by GCC.
This commit is contained in:
parent
aa19c72d49
commit
6a1b45fda4
2
well.c
2
well.c
@ -6,7 +6,7 @@
|
|||||||
/* Release memory resources for cell->well mapping. */
|
/* Release memory resources for cell->well mapping. */
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
void
|
void
|
||||||
deallocate_cell_wells(int *cvpos, int *cwells)
|
deallocate_cell_wells(int *cwpos, int *cwells)
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
{
|
{
|
||||||
free(cwells);
|
free(cwells);
|
||||||
|
Loading…
Reference in New Issue
Block a user