summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-07 23:14:55 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-08 01:31:41 +0100
commit4fdde140f0999a900256724ae5d26ba2848e320d (patch)
treee24b04757febe56e2c5accdfb5108f72a5cb785e /crawl-ref/source/godabil.h
parent05c8dfaba3d73566693df38b1e170c803e016842 (diff)
downloadcrawl-ref-4fdde140f0999a900256724ae5d26ba2848e320d.tar.gz
crawl-ref-4fdde140f0999a900256724ae5d26ba2848e320d.zip
Fix godabil.h define type.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 02f90c5baa..a87c62e998 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -4,7 +4,7 @@
*/
#ifndef GODABIL_H
-#define GODABILN_H
+#define GODABIL_H
#include "enum.h"
#include "externs.h"