This commit is contained in:
John Cupitt 2016-07-29 10:16:33 +01:00
parent d8381c73da
commit bd9cc25278
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ VImage::call_option_string( const char *operation_name,
{
VipsOperation *operation;
VIPS_DEBUG_MSG( "vips_call_by_name: starting for %s ...\n",
VIPS_DEBUG_MSG( "call_option_string: starting for %s ...\n",
operation_name );
if( !(operation = vips_operation_new( operation_name )) ) {