summaryrefslogtreecommitdiff
path: root/lzss.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzss.h')
-rw-r--r--lzss.h8
1 files changed, 4 insertions, 4 deletions
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 <stdio.h>
#include <generic.h>
-#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;