aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index f5492bf7..3743f4a0 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -59,8 +59,9 @@ benchmark_include_results(gchar *results, const gchar *benchmark)
g_key_file_free(conf);
g_free(bconf_path);
- return g_strconcat(results, "[$ShellParam$]\n"
- "Zebra=1\n", NULL);
+ return g_strconcat("[$ShellParam$]\n"
+ "Zebra=1\n"
+ "ViewType=3\n", results, NULL);
}
#include <arch/common/fib.h>