From 721fe34aaea8c2ff86d76b27122c9ed72b5064f4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 May 2012 15:34:36 -0500 Subject: Fix C files which had two semi-colons at EOL --- testsuites/samples/paranoia/paranoia.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/samples/paranoia') diff --git a/testsuites/samples/paranoia/paranoia.c b/testsuites/samples/paranoia/paranoia.c index 2620ca7226..400063167a 100644 --- a/testsuites/samples/paranoia/paranoia.c +++ b/testsuites/samples/paranoia/paranoia.c @@ -1471,7 +1471,7 @@ or 1/3 and 3/9 and 9/27 may disagree"); if ((CInvrse * Q) != ((CInvrse * Y) * S)) { UfThold = Y; BadCond (Failure, "Either accuracy deteriorates as numbers\n"); - printf ("approach a threshold = %.17e\n", UfThold);; + printf ("approach a threshold = %.17e\n", UfThold); printf (" coming down from %.17e\n", C); printf (" or else multiplication gets too many last digits wrong.\n"); } @@ -1526,7 +1526,7 @@ or 1/3 and 3/9 and 9/27 may disagree"); printf ("yet X - Z yields %.17e .\n", Z9); printf (" Should this NOT signal Underflow, "); printf ("this is a SERIOUS DEFECT\nthat causes "); - printf ("confusion when innocent statements like\n");; + printf ("confusion when innocent statements like\n"); printf (" if (X == Z) ... else"); printf (" ... (f(X) - f(Z)) / (X - Z) ...\n"); printf ("encounter Division by Zero although actually\n"); -- cgit v1.2.3