Add #endif missed in r206490.

This commit is contained in:
Marius Strobl 2010-04-11 21:22:02 +00:00
parent e74e09f851
commit 92cb9b0578
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206492

View File

@ -48,6 +48,7 @@ static
int8 float_detect_tininess = float_tininess_before_rounding;
#else
int8 float_detect_tininess = float_tininess_after_rounding;
#endif
/*
-------------------------------------------------------------------------------