summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-30 20:23:03 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-30 20:23:03 +0200
commita3a50982429998f7d7969486b45dadbf36754a9d (patch)
tree2e0865a1520baba71434d7e6ed820302b800e17e /common
parentf4980c7d59fa1e01ca4a5b5f65c9514ca18d3a88 (diff)
downloadeurephia-a3a50982429998f7d7969486b45dadbf36754a9d.tar.gz
eurephia-a3a50982429998f7d7969486b45dadbf36754a9d.tar.xz
eurephia-a3a50982429998f7d7969486b45dadbf36754a9d.zip
Fixed wrong define string for include filename
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_context.h4
1 files 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 <stdio.h>
#include <eurephiadb_struct.h>