From 3742fa02b200bb2cf2511cc437d40a3e3bbc49a8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 7 Jun 2008 16:28:36 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5542 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-cast.h') 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} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf