From a3a50982429998f7d7969486b45dadbf36754a9d Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 30 Sep 2009 20:23:03 +0200 Subject: Fixed wrong define string for include filename --- common/eurephia_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/eurephia_context.h b/common/eurephia_context.h index e825c28..5c7efc8 100644 --- a/common/eurephia_context.h +++ b/common/eurephia_context.h @@ -28,8 +28,8 @@ * */ -#ifndef EUREPHIASTRUCT_H_ -#define EUREPHIASTRUCT_H_ +#ifndef EUREPHIA_CONTEXT_H_ +#define EUREPHIA_CONTEXT_H_ #include #include -- cgit