From ba6253a26a9ae21b5a65e8d9ece6bddbdd521b97 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:40:22 +0200 Subject: Fixed include guards. --- tag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag.h') diff --git a/tag.h b/tag.h index e0e5a7d..279d2bd 100644 --- a/tag.h +++ b/tag.h @@ -1,5 +1,5 @@ -#ifndef _TAG_H_ -#define _TAG_H_ +#ifndef TAG_H +#define TAG_H #include -- cgit v1.2.3