formatting

SVN revision: 77313
This commit is contained in:
Mike Blumenkrantz 2012-10-02 12:14:53 +00:00
parent 42c7aa5975
commit 74909a465b
1 changed files with 7 additions and 6 deletions

View File

@ -175,5 +175,6 @@ e_xkb_flag_file_get(char *buf, size_t bufsize, const char *name)
static void
_e_xkb_update_event(int cur_group)
{
ecore_event_add(E_EVENT_XKB_CHANGED, NULL, NULL, (intptr_t*)(long)cur_group);
ecore_event_add(E_EVENT_XKB_CHANGED, NULL, NULL, (intptr_t *)(long)cur_group);
}