From a9cfb4d943e4d639654fcb0b5276fb0cdf9483c7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 2 Nov 2014 09:28:48 +0000 Subject: [PATCH] oops --- doc/reference/using-cpp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/using-cpp.xml b/doc/reference/using-cpp.xml index 9ae56b2f..395ac588 100644 --- a/doc/reference/using-cpp.xml +++ b/doc/reference/using-cpp.xml @@ -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( "" );