summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 31d0cc8690..1492828819 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -84,7 +84,7 @@ unsigned int skill_exp_needed(int lev);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void show_skills(void);
+void show_skills();
// last_updated 14jan2001 {gdl}