Commit 038fbe23 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent ca79cf9b
......@@ -455,6 +455,7 @@ done:
release_transform( transform );
return ret;
#endif /* HAVE_LCMS */
#else /* HAVE_LCMS */
return FALSE;
#endif /* HAVE_LCMS */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment