summaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
authorLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2008-12-28 12:27:00 -0200
committerLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2008-12-28 12:27:00 -0200
commit4631401306344b32c86cc355282ff577a3a70c93 (patch)
treec3d5d7fe43ebdaea0be7628e5d2ef9ef7320a178 /hardinfo2/benchmark.c
parent8d78d9eba41d8dcec2c67d4b87ef093fdb716da2 (diff)
Fix compilation errors; minor cleanups
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;