Commit c9ef891b authored by sagnowski's avatar sagnowski
Browse files

Fix missing return with BASOP_NOGLOB disabed

parent d4181fcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,5 +82,6 @@ Word16 Interpol_4( /* o : interpolated value */
#ifdef BASOP_NOGLOB
    return round_fx_o(L_sum, &Overflow);
#else /* BASOP_NOGLOB */
    return round_fx(L_sum);
#endif /* BASOP_NOGLOB */
}