summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commit1c77168443ac81aea3438a0a437beda8907eae47 (patch)
tree2efb19e0215a05eee58043698f5218e16a8dfa26 /src/bldg.cc
parentb098345c0e9d3044dc8ad1c238eb29d805062db2 (diff)
Add missing "static" to is_state_aux/kind_is_theme
Diffstat (limited to 'src/bldg.cc')
-rw-r--r--src/bldg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bldg.cc b/src/bldg.cc
index 640c04f5..d4a1d518 100644
--- a/src/bldg.cc
+++ b/src/bldg.cc
@@ -39,7 +39,7 @@ static int building_loc = 0;
/*
* A helper function for is_state
*/
-bool_ is_state_aux(store_type *s_ptr, int state)
+static bool_ is_state_aux(store_type *s_ptr, int state)
{
owner_type *ow_ptr = &ow_info[s_ptr->owner];