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

View file

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