oleaut32: Remove a return after return.

This commit is contained in:
Michael Stefaniuc 2007-07-19 22:31:14 +02:00 committed by Alexandre Julliard
parent e50edb61f0
commit 45d6d1c20b

View file

@ -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)