summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-01-23 17:01:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-01-23 17:01:24 +0000
commit4c3814184d110d4171ca8c33b19ab07ba927900b (patch)
tree3ed8d3e6a2ada004428370ddde431e38c1dcb4f0
parentd51026fa23e79fd7062795d794ac21dcd0eaaa0f (diff)
downloadmpfr-4c3814184d110d4171ca8c33b19ab07ba927900b.tar.gz
tests.c: remove a blank line in an error message.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5225 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.c b/tests/tests.c
index fc64fb94e..4c7239769 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -112,7 +112,7 @@ test_version (void)
if (strcmp (MPFR_VERSION_STRING, version) == 0)
return;
- printf ("Incorrect MPFR version! (%s header vs %s library)\n\n"
+ printf ("Incorrect MPFR version! (%s header vs %s library)\n"
"Nothing else has been tested since for this reason,\n"
"any other test may fail. Please fix this one first.\n\n"
"You can try to avoid this problem by changing the value of\n"