summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index c3eb973b6e..3c2a12e339 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -414,7 +414,7 @@ void run_macro(const char *macroname = NULL);
int player_ghost_base_movement_speed();
-int count_worn_ego( int which_ego );
-int stat_modifier( stat_type stat );
+int count_worn_ego(int which_ego);
+int stat_modifier(stat_type stat);
#endif