diff options
-rw-r--r-- | hardinfo2/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |