Michael Stefaniuc : mscms: Don't produce unreachable code with #ifdef ( Smatch).
26 Oct
2010
26 Oct
'10
5:34 p.m.
Module: wine Branch: master Commit: 038fbe23cc2395ca21eb9da6a100a6cf7e2c4ee1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=038fbe23cc2395ca21eb9da6a1... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon Oct 25 23:50:04 2010 +0200 mscms: Don't produce unreachable code with #ifdef (Smatch). --- dlls/mscms/transform.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dlls/mscms/transform.c b/dlls/mscms/transform.c index 48043a1..801ef4d 100644 --- a/dlls/mscms/transform.c +++ b/dlls/mscms/transform.c @@ -455,6 +455,7 @@ done: release_transform( transform ); return ret; -#endif /* HAVE_LCMS */ +#else /* HAVE_LCMS */ return FALSE; +#endif /* HAVE_LCMS */ }
5622
Age (days ago)
5622
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard