summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index 6c34a596e2..80631f1feb 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -57,7 +57,7 @@ bool learn_spell(void);
/* ***********************************************************************
* called from: it_use3 - item_use - spl-book
* *********************************************************************** */
-int which_spell_in_book(int sbook_type, int spl);
+spell_type which_spell_in_book(int sbook_type, int spl);
int staff_spell( int zap_device_2 );