summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 6e07fb32bc..26ca68c99a 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -65,8 +65,7 @@ void inspect_spells();
/* ***********************************************************************
* called from: ability - debug - it_use3 - spell
* *********************************************************************** */
-spret_type your_spells( spell_type spell, int powc = 0,
- bool allow_fail = true );
+spret_type your_spells(spell_type spell, int powc = 0, bool allow_fail = true);
// last updated 12may2000 {dlb}
/* ***********************************************************************