--- psiconv/trunk/lib/psiconv/data.c 1999/10/11 16:15:14 12 +++ psiconv/trunk/lib/psiconv/data.c 1999/10/11 18:19:09 13 @@ -489,6 +489,12 @@ psiconv_list_free_el(section,&psiconv_free_paint_data_section_aux); } +void psiconv_free_mbm_jumptable_section (psiconv_mbm_jumptable_section section) +{ + if (section) + psiconv_list_free(section); +} + void psiconv_free_mbm_f(psiconv_mbm_f file) { if (file) { @@ -497,12 +503,6 @@ } } -void psiconv_free_mbm_jumptable_section (psiconv_mbm_jumptable_section section) -{ - if (section) - psiconv_list_free(section); -} - void psiconv_free_file(psiconv_file file) { if (file) {