summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ZFmtSmRLst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ZFmtSmRLst.c b/lib/ZFmtSmRLst.c
index cff1fd8..8968935 100644
--- a/lib/ZFmtSmRLst.c
+++ b/lib/ZFmtSmRLst.c
@@ -29,7 +29,8 @@ Code_t ZFormatSmallRawNoticeList(notice, list, nitems, buffer, ret_len)
{
Code_t retval;
int hdrlen, i, size;
-
+ char *ptr;
+
if ((retval = Z_FormatRawHeader(notice, buffer, Z_MAXHEADERLEN, &hdrlen))
!= ZERR_NONE)
return (retval);