/[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 186 Revision 187
148 fputs("Out of memory error",stderr); 148 fputs("Out of memory error",stderr);
149 exit(1); 149 exit(1);
150 } 150 }
151 151
152 init_txt(); 152 init_txt();
153 init_image();
153#if 0 154#if 0
154 init_html(); 155 init_html();
155 init_html4(); 156 init_html4();
156 init_latex(); 157 init_latex();
157 init_rtf(); 158 init_rtf();
158 init_image();
159#endif 159#endif
160 160
161 while(1) { 161 while(1) {
162 c = getopt_long(argc,argv,short_options, long_options, &option_index); 162 c = getopt_long(argc,argv,short_options, long_options, &option_index);
163 if (c == -1) 163 if (c == -1)

Legend:
Removed from v.186  
changed lines
  Added in v.187

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