Show
Ignore:
Timestamp:
10/06/09 12:17:37 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/coder.c

    r300 r324  
    853853  } 
    854854  options=DestroyConfigureOptions(options); 
    855   if ((coder_list == (SplayTreeInfo *) NULL) ||  
     855  if ((coder_list == (SplayTreeInfo *) NULL) || 
    856856      (GetNumberOfNodesInSplayTree(coder_list) == 0)) 
    857857    status|=LoadCoderList(CoderMap,"built-in",0,exception);