summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index ec7468f..c2652cc 100644
--- a/ev.pod
+++ b/ev.pod
@@ -869,7 +869,7 @@ running when nothing else is active.
ev_signal exitsig;
ev_signal_init (&exitsig, sig_cb, SIGINT);
ev_signal_start (loop, &exitsig);
- evf_unref (loop);
+ ev_unref (loop);
Example: For some weird reason, unregister the above signal handler again.