Module: wine Branch: master Commit: 45d6d1c20b101083e0d3e26db6ddfbdf4ced3130 URL: http://source.winehq.org/git/wine.git/?a=commit;h=45d6d1c20b101083e0d3e26db6... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Thu Jul 19 22:31:14 2007 +0200 oleaut32: Remove a return after return. --- dlls/oleaut32/vartype.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c index fca8f8f..f3da281 100644 --- a/dlls/oleaut32/vartype.c +++ b/dlls/oleaut32/vartype.c @@ -3523,7 +3523,6 @@ HRESULT WINAPI VarCyFromR8(double dblIn, CY* pCyOut) if (result_fpstatus & 0x9) /* Overflow | Invalid */ return DISP_E_OVERFLOW; - return S_OK; #else /* This version produces slightly different results for boundary cases */ if (dblIn < -922337203685477.5807 || dblIn >= 922337203685477.5807)