From 69b82ba92bda7e64f44b4093fe90bc5009e70a0b Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 19 Feb 2015 07:54:15 -0500 Subject: [PATCH] Fixed incorrect include guard string. --- peglib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peglib.h b/peglib.h index ef66060..a6abce8 100644 --- a/peglib.h +++ b/peglib.h @@ -5,8 +5,8 @@ // MIT License // -#ifndef _CPPEXPATLIB_PEGLIB_H_ -#define _CPPEXPATLIB_PEGLIB_H_ +#ifndef _CPPPEGLIB_PEGLIB_H_ +#define _CPPPEGLIB_PEGLIB_H_ #include #include