summaryrefslogtreecommitdiff
path: root/StdLib/LibC/Main/Arm/flt_rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Main/Arm/flt_rounds.c')
-rw-r--r--StdLib/LibC/Main/Arm/flt_rounds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Main/Arm/flt_rounds.c b/StdLib/LibC/Main/Arm/flt_rounds.c
index a64f447aab..7e052cc337 100644
--- a/StdLib/LibC/Main/Arm/flt_rounds.c
+++ b/StdLib/LibC/Main/Arm/flt_rounds.c
@@ -43,7 +43,7 @@ static const int map[] = {
1, /* round to nearest */
2, /* round to positive infinity */
3, /* round to negative infinity */
- 0 /* round to zero */
+ 0 /* round to zero */
};
/*