From 122bb55030970bd795504a738869e9245f0e7b1b Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 10 Jan 2003 22:42:01 +0000 Subject: [PATCH] Added a comment so "grep" makes more sense. --- nufxlib-0/Lzc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nufxlib-0/Lzc.c b/nufxlib-0/Lzc.c index 68edb91..0f041e8 100644 --- a/nufxlib-0/Lzc.c +++ b/nufxlib-0/Lzc.c @@ -615,7 +615,7 @@ Nu_LZC_compress(LZCState* pLzcState, ulong* pDstLen) return; } if (!quiet) - fprintf(stderr, "%s: ",ifname); + fprintf(stderr, "%s: ",ifname); /*#if 0*/ setvbuf(Xstdout,zbuf,_IOFBF,ZBUFSIZE); } #endif @@ -962,7 +962,7 @@ Nu_LZC_decompress(LZCState* pLzcState, ulong compressedLen) return; } if (!quiet) - fprintf(stderr, "%s: ",ifname); + fprintf(stderr, "%s: ",ifname); /*#if 0*/ setvbuf(stdout,xbuf,_IOFBF,XBUFSIZE); } #endif