summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-26 17:42:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-26 17:42:52 +0000
commit5989b928e0334b81490ee9c089343a7d5b36dbd2 (patch)
tree3180846984dd23db3888e783ffc88f667c6f6b8d /crawl-ref/source/player.h
parentf7057d27e824e806707d00457ec25a214df29cf9 (diff)
downloadcrawl-ref-5989b928e0334b81490ee9c089343a7d5b36dbd2.tar.gz
crawl-ref-5989b928e0334b81490ee9c089343a7d5b36dbd2.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9835 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 70a84a89e0..386834a8c1 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -144,7 +144,7 @@ int calc_hunger(int food_cost);
* called from: debug - it_use3 - spells0
* *********************************************************************** */
int player_mag_abil(bool is_weighted);
-int player_magical_power( void );
+int player_magical_power(void);
/* ***********************************************************************
* called from: fight - misc - ouch - spells