Weh -- use the correct type.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4873 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-05-13 18:31:13 +00:00
parent 24bc59f5c2
commit 678b221c36
1 changed files with 2 additions and 2 deletions

View File

@ -1688,9 +1688,9 @@ void thanks_for_all_the_fish(void)
free(f);
}
while (sclist != NULL) {
subnfunc *f = sclist;
sc *s = sclist;
sclist = sclist->next;
free(f);
free(s);
}
#ifndef DISABLE_NANORC
if (homedir != NULL)