From 70f269b59dbd1f483940d401e6e82fe5f2408a92 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 14 Sep 2008 12:12:25 +0000 Subject: Fix misleading dbl header include protection test. svn path=/trunk/libnsbmp/; revision=5312 --- utils/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/log.h') 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 -#ifndef _LIBNSGIF_LOG_H_ -#define _LIBNSGIF_LOG_H_ +#ifndef _LIBNSBMP_LOG_H_ +#define _LIBNSBMP_LOG_H_ #ifdef NDEBUG # define LOG(x) ((void) 0) -- cgit v1.2.3