summaryrefslogtreecommitdiff
path: root/lib/ZFreeNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZFreeNot.c')
-rw-r--r--lib/ZFreeNot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ZFreeNot.c b/lib/ZFreeNot.c
index f5ce360..355d0e3 100644
--- a/lib/ZFreeNot.c
+++ b/lib/ZFreeNot.c
@@ -16,8 +16,8 @@ static char rcsid_ZFreeNotice_c[] = "$Id$";
#include <internal.h>
-Code_t ZFreeNotice(notice)
- ZNotice_t *notice;
+Code_t
+ZFreeNotice(ZNotice_t *notice)
{
free(notice->z_packet);
return 0;