diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-19 16:20:51 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-19 16:20:51 +0000 |
commit | c19e93f76ccd2d86a75acdafa4702339fed014a0 (patch) | |
tree | 4da2697bd2df2066e20813bb93485ebea340ae51 /hardinfo2/arch/common/blowfish.h | |
parent | 731fe831d99a672dc078d248b953f0ee8a5b202b (diff) |
SyncManager finally working... we need to cleanup the code now :(
Diffstat (limited to 'hardinfo2/arch/common/blowfish.h')
-rw-r--r-- | hardinfo2/arch/common/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/blowfish.h b/hardinfo2/arch/common/blowfish.h index 6ece3b23..07160690 100644 --- a/hardinfo2/arch/common/blowfish.h +++ b/hardinfo2/arch/common/blowfish.h @@ -66,5 +66,5 @@ benchmark_fish(void) gchar *retval = g_strdup_printf("[Results <i>(in seconds; lower is better)</i>]\n" "<i>This Machine</i>=%.2f\n", elapsed); - return benchmark_include_results(retval, "Blowfish"); + return benchmark_include_results(retval, "CPU Blowfish"); } |