summaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-07 17:54:10 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-07 17:54:10 +0000
commitf11c77e39f595fda18aaa7035ee6e1f032cc6039 (patch)
tree34e32cea6d25f52279777ed7813cdc9726957e46 /hardinfo2/benchmark.c
parentdef14b5309427469d4c5fadc720a308ee0ec4b6a (diff)
Optimizations, add module description to ModuleAbout
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index 1a823f13..81d66534 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -230,6 +230,7 @@ hi_module_get_about(void)
static ModuleAbout ma[] = {
{
.author = "Leandro A. F. Pereira",
+ .description = "Perform tasks and compare with other systems",
.version = VERSION,
.license = "GNU GPL version 2"
}