]> git.karo-electronics.de Git - linux-beck.git/blobdiff - tools/perf/builtin-report.c
perf diff: Fix usage array, it must end with a NULL entry
[linux-beck.git] / tools / perf / builtin-report.c
index 5c2ab5357ec689b4047689fa6281a1d1a99f78fb..db10c0e8ecae7ee18f4ce352256bed5516fd4024 100644 (file)
@@ -294,8 +294,7 @@ setup:
        return 0;
 }
 
-//static const char * const report_usage[] = {
-const char * const report_usage[] = {
+static const char * const report_usage[] = {
        "perf report [<options>] <command>",
        NULL
 };