Explorar o código

tests/datawizard/allocate.c: fix return value

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
90f2b209ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/datawizard/allocate.c

+ 1 - 1
tests/datawizard/allocate.c

@@ -67,7 +67,7 @@ int main(int argc, char **argv)
 #endif
 
 	starpu_shutdown();
-	STARPU_RETURN(ret);
+	return 0;
 }
 
  #endif