summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsf-exg <sf-exg>2011-01-08 17:52:39 +0000
committersf-exg <sf-exg>2011-01-08 17:52:39 +0000
commitf1c5ab398807a485aff4f2b412b8974fe7f62d0f (patch)
tree11799804103cca671e6c46b2e9c117352d112236
parenteeb9e8c91f19ad2118c3966eddc3368c932012be (diff)
Fix typo, patch by Jonathan Neuschäfer.
-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.