aboutsummaryrefslogtreecommitdiff
path: root/source/writeCase_z_extF80M.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/writeCase_z_extF80M.c')
-rw-r--r--source/writeCase_z_extF80M.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/writeCase_z_extF80M.c b/source/writeCase_z_extF80M.c
index 70c9c77..a49650d 100644
--- a/source/writeCase_z_extF80M.c
+++ b/source/writeCase_z_extF80M.c
@@ -1,12 +1,12 @@
/*============================================================================
-This C source file is part of TestFloat, Release 3b, a package of programs for
+This C source file is part of TestFloat, Release 3c, a package of programs for
testing the correctness of floating-point arithmetic complying with the IEEE
Standard for Floating-Point, by John R. Hauser.
-Copyright 2011, 2012, 2013, 2014 The Regents of the University of California.
-All rights reserved.
+Copyright 2011, 2012, 2013, 2014, 2017 The Regents of the University of
+California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -56,7 +56,7 @@ void
fputs( "=> ", stdout );
writeHex_extF80M( subjZPtr, ' ' );
writeHex_softfloat_flags( subjFlags, 0 );
- fputs( "\n\texpected ", stdout );
+ fputs( " expected ", stdout );
writeHex_extF80M( trueZPtr, ' ' );
writeHex_softfloat_flags( trueFlags, '\n' );
fflush( stdout );