Explorar el Código

tools/starpu_machine_display.c: really fix function name (thanks Samuel P.)

Nathalie Furmento hace 9 años
padre
commit
5290e6c1e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/starpu_machine_display.c

+ 1 - 1
tools/starpu_machine_display.c

@@ -152,7 +152,7 @@ int main(int argc, char **argv)
 
 	if (info)
 	{
-		starpu_bus_topology_directory(stdout);
+		starpu_bus_print_filenames(stdout);
 		starpu_shutdown();
 		return 0;
 	}