From 067d603182bc1c44bb13fa9cd3151c5cfcef03e7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 23 Jun 2021 12:26:21 +0100 Subject: [PATCH] oop typo --- libvips/iofuncs/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/init.c b/libvips/iofuncs/init.c index fe39f9a0..815c64c5 100644 --- a/libvips/iofuncs/init.c +++ b/libvips/iofuncs/init.c @@ -1161,7 +1161,7 @@ vips_guess_prefix( const char *argv0, const char *env_name ) /* Already set? */ - if( (prefix = g_getenv( env_name )) + if( (prefix = g_getenv( env_name )) ) return( prefix ); #ifdef G_OS_WIN32