mscms: Don't produce unreachable code with #ifdef (Smatch).

This commit is contained in:
Michael Stefaniuc 2010-10-25 23:50:04 +02:00 committed by Alexandre Julliard
parent ca79cf9bea
commit 038fbe23cc
1 changed files with 2 additions and 1 deletions

View File

@ -455,6 +455,7 @@ done:
release_transform( transform ); release_transform( transform );
return ret; return ret;
#endif /* HAVE_LCMS */ #else /* HAVE_LCMS */
return FALSE; return FALSE;
#endif /* HAVE_LCMS */
} }