diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/test-tgmath-ret.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-tgmath-ret.c b/math/test-tgmath-ret.c index 676edf7..7c4cabb 100644 --- a/math/test-tgmath-ret.c +++ b/math/test-tgmath-ret.c @@ -84,7 +84,7 @@ do_test (void) check_return_fromfpx (); check_return_ufromfpx (); - printf ("%Zd\n", sizeof(carg (lx))); + printf ("%Zd\n", sizeof (carg (lx))); return errors != 0; } |