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

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

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

Revision 16 Revision 17
177 psiconv_gen_html4(f,file); 177 psiconv_gen_html4(f,file);
178 else if (! strcmp(type,"ASCII")) 178 else if (! strcmp(type,"ASCII"))
179 psiconv_gen_txt(f,file); 179 psiconv_gen_txt(f,file);
180 else if (! strcmp(type,"RTF")) 180 else if (! strcmp(type,"RTF"))
181 psiconv_gen_rtf(f,file); 181 psiconv_gen_rtf(f,file);
182 else if (! strcmp(type,"IMAGE"))
183 psiconv_gen_image(f,file);
182 else { 184 else {
183 fprintf(stderr,"Unknown output type: `%s'\n",type); 185 fprintf(stderr,"Unknown output type: `%s'\n",type);
184 exit(1); 186 exit(1);
185 } 187 }
186 188

Legend:
Removed from v.16  
changed lines
  Added in v.17

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