]> git.wh0rd.org Git - nano.git/commitdiff
Huh!? Why doesn't the build fail here without this change?
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 19 Jun 2014 21:01:39 +0000 (21:01 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Thu, 19 Jun 2014 21:01:39 +0000 (21:01 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4991 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index 9a5585e4ff825678336a2dfacb718258eb2cd53c..3de904ff1079a2ee88e16f52eaf73ca13d92253d 100644 (file)
@@ -1683,7 +1683,7 @@ void thanks_for_all_the_fish(void)
        free(bill);
     }
 #endif /* !DISABLE_COLOR */
-#ifndef NANO_TINY
+#ifndef DISABLE_HISTORIES
     /* Free the search and replace history lists. */
     if (searchage != NULL)
        free_filestruct(searchage);