summaryrefslogtreecommitdiff
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index 0c53e2f..904bd62 100644
--- a/event.c
+++ b/event.c
@@ -74,7 +74,7 @@ const char *event_get_method (void)
void *event_init (void)
{
- if (ev_init (0))
+ if (!x_cur && ev_init (0))
return x_cur = &x_base;
return 0;