Commit e67a65c5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

msvcrt: Avoid identical if and else bodies (PVS-Studio).

parent 4588bb11
...@@ -423,8 +423,7 @@ _FUNCTION_ { ...@@ -423,8 +423,7 @@ _FUNCTION_ {
st = 1; st = 1;
if (!suppress) { if (!suppress) {
if (L_prefix) _SET_NUMBER_(double); if (L_prefix || l_prefix) _SET_NUMBER_(double);
else if (l_prefix) _SET_NUMBER_(double);
else _SET_NUMBER_(float); else _SET_NUMBER_(float);
} }
} }
......
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