summaryrefslogtreecommitdiff
path: root/lib/ZFreeNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZFreeNot.c')
-rw-r--r--lib/ZFreeNot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ZFreeNot.c b/lib/ZFreeNot.c
index 0722028..97502fc 100644
--- a/lib/ZFreeNot.c
+++ b/lib/ZFreeNot.c
@@ -24,4 +24,5 @@ Code_t ZFreeNotice(notice)
ZNotice_t *notice;
{
free(notice->z_packet);
+ return 0;
}