From 1b2ab315134f2672032fd91b571d811cd5b466b0 Mon Sep 17 00:00:00 2001 From: Leandro Augusto Fogolin Pereira Date: Mon, 29 Dec 2008 18:00:44 -0200 Subject: Compile MD5, SHA1, Blowfish and FBench only on benchmark module; overall Makefile cleanup --- hardinfo2/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/util.c') 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); -- cgit v1.2.3