summaryrefslogtreecommitdiff
path: root/lib/ZFmtSmRLst.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-15 18:41:36 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-15 18:41:36 +0000
commit1aa81f8615ea5abeaaf58baf340a9dcfb6f69ea0 (patch)
tree39891ef2f40cb1b5e61e0ebd3a4b5e64ba6573f0 /lib/ZFmtSmRLst.c
parent76c445ebeef624936244e337a4b4607e85c3e9ad (diff)
forgot to declare ptr
Diffstat (limited to 'lib/ZFmtSmRLst.c')
-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);