diff options
author | sf-exg <sf-exg> | 2011-01-08 17:52:39 +0000 |
---|---|---|
committer | sf-exg <sf-exg> | 2011-01-08 17:52:39 +0000 |
commit | f1c5ab398807a485aff4f2b412b8974fe7f62d0f (patch) | |
tree | 11799804103cca671e6c46b2e9c117352d112236 /ev.pod | |
parent | eeb9e8c91f19ad2118c3966eddc3368c932012be (diff) |
Fix typo, patch by Jonathan Neuschäfer.
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |