Explorar el Código

tests/datawizard/allocate.c: fix return value

Nathalie Furmento hace 12 años
padre
commit
90f2b209ea
Se han modificado 1 ficheros con 1 adiciones y 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