Stop returning 0 in cmp_comparison_test

cmp_comparison_test has no return value and should thus not return 0.
This commit is contained in:
Thomas Preud'homme
2013-01-06 12:26:53 +01:00
parent eb028a8f42
commit e92dbe4686

View File

@ -2596,7 +2596,6 @@ void cmp_comparison_test(void)
s.b1 = 1;
glob1 = 42; glob2 = 42;
s.b2 = 0;
glob3 = 43;
glob3 = 43;
compare_comparisons (&s);
}