From f1c5ab398807a485aff4f2b412b8974fe7f62d0f Mon Sep 17 00:00:00 2001 From: sf-exg Date: Sat, 8 Jan 2011 17:52:39 +0000 Subject: =?UTF-8?q?Fix=20typo,=20patch=20by=20Jonathan=20Neusch=C3=A4fer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.pod') 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. -- cgit v1.2.3