/[public]/psiconv/trunk/program/psiconv/gen_html4.c
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/gen_html4.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 266 Revision 267
315 } else 315 } else
316 return -1; 316 return -1;
317} 317}
318 318
319 319
320static struct fileformat_s ffs[] = 320static struct fileformat_s fileformats[] =
321 { 321 {
322 { 322 {
323 "HTML4", 323 "HTML4",
324 "HTML 4.01 Transitional, without CSS", 324 "HTML 4.01 Transitional, without CSS",
325 FORMAT_WORD | FORMAT_TEXTED, 325 FORMAT_WORD | FORMAT_TEXTED,
335 335
336 336
337void init_html4(void) 337void init_html4(void)
338{ 338{
339 int i; 339 int i;
340 for (i = 0; ffs[i].name; i++) 340 for (i = 0; fileformats[i].name; i++)
341 psiconv_list_add(fileformat_list,ffs+i); 341 psiconv_list_add(fileformat_list,fileformats+i);
342} 342}

Legend:
Removed from v.266  
changed lines
  Added in v.267

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26