Browse Source

fix missing return value

Samuel Thibault 5 years ago
parent
commit
6ce8ab4cbb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/datawizard/partition_init.c

+ 2 - 0
tests/datawizard/partition_init.c

@@ -95,4 +95,6 @@ int main(int argc, char **argv)
 
 	starpu_data_unregister(array_handle);
 	starpu_shutdown();
+
+	return 0;
 }