diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-06 11:58:41 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-06 11:58:41 -0300 |
commit | 3f863391363ccad04e6dbb24c71cde99c338509a (patch) | |
tree | 323a6b73ae2ff8dca3402a8899d51f56bb089623 /hardinfo2 | |
parent | da3c493caa35484b65e82c52dbf9181817582f91 (diff) |
Fix about_func() return type
Diffstat (limited to 'hardinfo2')
-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; |