From 3f863391363ccad04e6dbb24c71cde99c338509a Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 6 May 2009 11:58:41 -0300 Subject: Fix about_func() return type --- hardinfo2/shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/shell.h') diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 3cfd7a1e..f84c5e83 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -123,7 +123,7 @@ struct _ShellModule { gchar *name; GdkPixbuf *icon; GModule *dll; - gpointer *(*aboutfunc) (); + gpointer (*aboutfunc) (); guchar weight; -- cgit v1.2.3