Browse Source

tools/starpu_perfmodel_plot.c: fix call to usage()

Nathalie Furmento 12 years ago
parent
commit
ed1a629d91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/starpu_perfmodel_plot.c

+ 1 - 1
tools/starpu_perfmodel_plot.c

@@ -163,7 +163,7 @@ static void parse_args(int argc, char **argv)
 	if (!symbol && !list)
 	{
 		fprintf(stderr, "Incorrect usage, aborting\n");
-                usage(argv);
+                usage();
 		exit(-1);
 	}