浏览代码

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;
 	}