summaryrefslogtreecommitdiff
path: root/src/bin/e_int_border_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/e_int_border_menu.c')
-rw-r--r--src/bin/e_int_border_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_int_border_menu.c b/src/bin/e_int_border_menu.c
index 00632da6db..6a7c8e502e 100644
--- a/src/bin/e_int_border_menu.c
+++ b/src/bin/e_int_border_menu.c
@@ -62,7 +62,7 @@ e_int_border_menu_hook_add(E_Border_Menu_Hook_Cb cb, const void *data)
if (!h) return NULL;
h->cb = cb;
- h->data = (void*)data;
+ h->data = (void *)data;
menu_hooks = eina_list_append(menu_hooks, h);
return h;
}