Fix function name
authorMyhailo Danylenko <isbear@ukrpost.net>
Thu, 14 Jan 2010 16:08:11 +0200
changeset 9 c80824a5a042
parent 8 b98346c5040d
child 10 a7575953642d
Fix function name
pep.c
--- a/pep.c	Sat Dec 26 04:18:28 2009 +0200
+++ b/pep.c	Thu Jan 14 16:08:11 2010 +0200
@@ -57,7 +57,7 @@
 	return NULL;
 }
 
-static void pep_free_handler (pep_handler_t *handler)
+static void pep_handler_free (pep_handler_t *handler)
 {
 	if (handler -> destroy_notify)
 		handler -> destroy_notify (handler -> data);