diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c index 25ac69f..30d7956 100644 --- a/dlls/msvcrt/math.c +++ b/dlls/msvcrt/math.c @@ -420,8 +420,8 @@ int CDECL _fpclass(double num) #ifdef FP_PNORM case FP_PNORM: return MSVCRT__FPCLASS_PN; #endif + default: return MSVCRT__FPCLASS_PN; } - return MSVCRT__FPCLASS_PN; #elif defined (fpclassify) switch (fpclassify( num )) {