summaryrefslogtreecommitdiff
path: root/ev_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev_port.c')
-rw-r--r--ev_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_port.c b/ev_port.c
index eaad546..d051671 100644
--- a/ev_port.c
+++ b/ev_port.c
@@ -118,7 +118,7 @@ port_init (EV_P_ int flags)
port_eventmax = 64; /* intiial number of events receivable per poll */
port_events = (port_event_t *)ev_malloc (sizeof (port_event_t) * port_eventmax);
- return EVMETHOD_PORT;
+ return EVBACKEND_PORT;
}
static void