Преглед на файлове

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

Nathalie Furmento преди 8 години
родител
ревизия
5290e6c1e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
 	}