aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c
index a3e49ad9..e9669a26 100644
--- a/hardinfo2/callbacks.c
+++ b/hardinfo2/callbacks.c
@@ -198,7 +198,7 @@ void cb_open_online_docs_context()
if (shell->selected_module->dll) {
gchar *name_temp;
- name_temp = g_module_name(shell->selected_module->dll);
+ name_temp = (gchar *)g_module_name(shell->selected_module->dll);
name_temp = g_path_get_basename(name_temp);
strend(name_temp, '.');