From fef24239144eb44f2a29f32c7272a1dd725dbe37 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 28 May 2002 20:07:17 +0000 Subject: lzss fixing --- lzss.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lzss.h') diff --git a/lzss.h b/lzss.h index e26cfc6..c0d05b8 100644 --- a/lzss.h +++ b/lzss.h @@ -17,14 +17,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __LZ77_H__ -#define __lZ77_H__ +#ifndef __LZSS_H__ +#define __LZSS_H__ #include #include -#define LZ77_VERSION "3.0.0-pre1" -#define LZ77_NAME "LZ77" +#define LZSS_VERSION "3.0.0-pre1" +#define LZSS_NAME "lzss" typedef struct { char * name; -- cgit v1.2.3