From ff18243fce4cf8ac9c064b2f70b6315e2eb17bcf Mon Sep 17 00:00:00 2001 From: Maxim Zakharov Date: Wed, 28 Aug 2013 15:34:52 +1000 Subject: [PATCH] mistype fixed --- src/zipmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zipmap.h b/src/zipmap.h index acb25d67a..9cf1b2484 100644 --- a/src/zipmap.h +++ b/src/zipmap.h @@ -32,7 +32,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _ZIMMAP_H +#ifndef _ZIPMAP_H #define _ZIPMAP_H unsigned char *zipmapNew(void);