]> git.wh0rd.org Git - nano.git/commitdiff
Weh -- use the correct type.
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 13 May 2014 18:31:13 +0000 (18:31 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Tue, 13 May 2014 18:31:13 +0000 (18:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4873 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index 2959238785e9386ecdd07da41529a3137d89450b..0039215a56f58edf3b9666673f2fada07b73b65f 100644 (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)