From 4fdde140f0999a900256724ae5d26ba2848e320d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 7 Nov 2009 23:14:55 +0100 Subject: Fix godabil.h define type. --- crawl-ref/source/godabil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf