diff -r b98346c5040d -r c80824a5a042 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);