/[public]/psiconv/trunk/program/psiconv/magick-aux.c
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/magick-aux.c

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

Revision 137 Revision 138
25#include <magick/magick.h> 25#include <magick/magick.h>
26#include <magick/config.h> 26#include <magick/config.h>
27 27
28/* This used to be very ugly, but nowadays it is much better */ 28/* This used to be very ugly, but nowadays it is much better */
29 29
30MagickInfo * GetMagickFileList(void) 30const MagickInfo * GetMagickFileList(void)
31{ 31{
32 ExceptionInfo exc; 32 ExceptionInfo exc;
33 GetExceptionInfo(&exc); 33 GetExceptionInfo(&exc);
34 OpenModules(&exc); 34 OpenModules(&exc);
35 return GetMagickInfo(NULL,&exc); 35 return GetMagickInfo(NULL,&exc);

Legend:
Removed from v.137  
changed lines
  Added in v.138

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