diff options
author | David Schultz <das@FreeBSD.org> | 2011-03-09 06:14:33 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2011-03-09 06:14:33 +0000 |
commit | 21a2b1c905e6a3ae73e3ca075627e81a2ccac58f (patch) | |
tree | 80228e2b243573cbd695c52e7a912cc1643cd1b2 /test/getround.c | |
parent | 9ea4d2a87415d5928272c15f22583103f2ccfe30 (diff) |
Notes
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... "); |