diff options
Diffstat (limited to 'test/getround.c')
-rw-r--r-- | test/getround.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/getround.c b/test/getround.c index e67e14fd4bd0..05eb199e7737 100644 --- a/test/getround.c +++ b/test/getround.c @@ -55,7 +55,7 @@ getround(int r, char *s) r, dir[r]); return r; } - } + } i = atoi(s); if (i >= 0 && i < 4) { printf("Rounding mode for strtor... "); |