--- psiconv/trunk/program/psiconv/gen_xhtml.c 2005/11/07 22:46:39 266 +++ psiconv/trunk/program/psiconv/gen_xhtml.c 2005/11/15 14:41:26 267 @@ -719,7 +719,7 @@ } -static struct fileformat_s ffs[] = +static struct fileformat_s fileformats[] = { { "XHTML", @@ -739,6 +739,6 @@ void init_xhtml(void) { int i; - for (i = 0; ffs[i].name; i++) - psiconv_list_add(fileformat_list,ffs+i); + for (i = 0; fileformats[i].name; i++) + psiconv_list_add(fileformat_list,fileformats+i); }