Stop returning 0 in cmp_comparison_test

cmp_comparison_test has no return value and should thus not return 0.
master
Thomas Preud'homme 2013-01-06 12:26:53 +01:00
parent eb028a8f42
commit e92dbe4686
1 changed files with 0 additions and 1 deletions

View File

@ -2596,7 +2596,6 @@ void cmp_comparison_test(void)
s.b2 = 0;
glob3 = 43;
compare_comparisons (&s);
return 0;
}
int fcompare (double a, double b, int code)