summaryrefslogtreecommitdiff
path: root/utils/log.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-09-14 12:12:25 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-09-14 12:12:25 +0000
commit70f269b59dbd1f483940d401e6e82fe5f2408a92 (patch)
tree567395f6a7cb2cd8442d1628531d166e7423b481 /utils/log.h
parent60f78cf536c2de0345fde23cd9e7d370590cd0ff (diff)
downloadlibnsbmp-70f269b59dbd1f483940d401e6e82fe5f2408a92.tar.gz
libnsbmp-70f269b59dbd1f483940d401e6e82fe5f2408a92.tar.bz2
Fix misleading dbl header include protection test.
svn path=/trunk/libnsbmp/; revision=5312
Diffstat (limited to 'utils/log.h')
-rw-r--r--utils/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/log.h b/utils/log.h
index cfea5e9..b63f084 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -9,8 +9,8 @@
#include <stdio.h>
-#ifndef _LIBNSGIF_LOG_H_
-#define _LIBNSGIF_LOG_H_
+#ifndef _LIBNSBMP_LOG_H_
+#define _LIBNSBMP_LOG_H_
#ifdef NDEBUG
# define LOG(x) ((void) 0)