fix realpath on win32

oops, extra decl was shadowing result
This commit is contained in:
John Cupitt 2016-03-27 13:57:59 +01:00
parent d5b6a2ec3e
commit 1a5f4a56fc
1 changed files with 0 additions and 2 deletions

View File

@ -1746,8 +1746,6 @@ vips_realpath( const char *path )
}
#else /*!HAVE_REALPATH*/
{
char *real;
if( !g_path_is_absolute( path ) ) {
char *cwd;