This commit is contained in:
John Cupitt 2014-11-02 09:28:48 +00:00
parent be144455b8
commit a9cfb4d943
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ main( int argc, char **argv )
GOptionGroup *main_group;
GError *error = NULL;
if( vips_init( argv[0] ) )
if( VIPS_INIT( argv[0] ) )
vips_error_exit( NULL );
context = g_option_context_new( "" );