diff options
author | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2008-12-29 18:00:44 -0200 |
---|---|---|
committer | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2008-12-29 18:00:44 -0200 |
commit | 1b2ab315134f2672032fd91b571d811cd5b466b0 (patch) | |
tree | 3f2b7bef9e7560c3fe397d9d6fd88051f6c40c0d /hardinfo2/util.c | |
parent | 3fa93d8aac949667d8aca6109b9b1e695caa90de (diff) |
Compile MD5, SHA1, Blowfish and FBench only on benchmark module; overall Makefile cleanup
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r-- | hardinfo2/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c index d8f7522f..28d51635 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -630,7 +630,7 @@ static void module_entry_free(gpointer data, gpointer user_data) } } -static void module_free(ShellModule * module) +void module_free(ShellModule * module) { g_free(module->name); g_object_unref(module->icon); |