comparison finch/libgnt/gnttextview.c @ 22007:c38d72677c8a

Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up the existing warnings. I removed a handful of dead code and cleaned up a couple of things that I stumbled across.
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 Jan 2008 04:57:40 +0000
parents bc4afc8ea960
children f10aba5592c6
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
828 char *file; 828 char *file;
829 } pageditor; 829 } pageditor;
830 830
831 831
832 static void 832 static void
833 cleanup_pageditor() 833 cleanup_pageditor(void)
834 { 834 {
835 unlink(pageditor.file); 835 unlink(pageditor.file);
836 g_free(pageditor.file); 836 g_free(pageditor.file);
837 837
838 pageditor.file = NULL; 838 pageditor.file = NULL;