aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index cd7b268d..3d6ba1fd 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -180,12 +180,11 @@ static gchar *__benchmark_include_results(gdouble result,
"OrderType=%d\n"
"ViewType=3\n"
"ColumnTitle$Extra1=CPU Clock\n"
- "ColumnTitle$Extra2=Memory\n"
"ColumnTitle$Progress=Results\n"
"ColumnTitle$TextValue=CPU\n"
"ShowColumnHeaders=true\n"
"[%s]\n"
- "<big><b>This Machine</b></big>=%.3f|%s MHz|extra2\n"
+ "<big><b>This Machine</b></big>=%.3f|%s MHz\n"
"%s", order_type, benchmark, result, processor_frequency, results);
g_free(processor_frequency);
return return_value;