Browse Source

fix format

Samuel Thibault 10 years ago
parent
commit
1776e0a02c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/datawizard/task_with_multiple_time_the_same_handle.c

+ 1 - 1
tests/datawizard/task_with_multiple_time_the_same_handle.c

@@ -76,7 +76,7 @@ int main(int argc, char * argv[])
 	starpu_data_unregister(handle);
 	starpu_data_unregister(handle);
 	if (value != 36)
 	if (value != 36)
 	{
 	{
-		FPRINTF(stderr, "value is %f instead of %f\n", value, 36);
+		FPRINTF(stderr, "value is %f instead of %f\n", value, 36.);
 		ret = EXIT_FAILURE;
 		ret = EXIT_FAILURE;
 	}
 	}