summaryrefslogtreecommitdiff
path: root/src/script/common/c_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/common/c_content.h')
-rw-r--r--src/script/common/c_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h
index 3b85e5403..c2d84ac11 100644
--- a/src/script/common/c_content.h
+++ b/src/script/common/c_content.h
@@ -150,7 +150,7 @@ void luaentity_get (lua_State *L,u16 id);
bool push_json_value (lua_State *L,
const Json::Value &value,
int nullindex);
-void get_json_value (lua_State *L,
+void read_json_value (lua_State *L,
Json::Value &root,
int index);