SVN revision: 3709
This commit is contained in:
Tom Gilbert 2000-10-25 01:48:23 +00:00
parent 14f104ac97
commit ed96b0c6ff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pImlibExternalFilter __imlib_LoadFilter( char *file )
ImlibExternalFilter *ptr;
struct imlib_filter_info *info;
printf( "Loading filter %s\n", file );
/* printf( "Loading filter %s\n", file ); */
MALLOCSHOW;
ptr = malloc( sizeof( ImlibExternalFilter ) );
ptr->filename = strdup(file);