1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Fix LINT broken by dfa0c15ce0

This commit is contained in:
Loic Blot 2017-05-21 17:30:00 +02:00
parent dfa0c15ce0
commit de840fe271
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
2 changed files with 11 additions and 11 deletions

View file

@ -76,10 +76,10 @@ private:
// get_server_info()
static int l_get_server_info(lua_State *L);
// get_item_def(itemstring)
static int l_get_item_def(lua_State *L);
// get_node_def(nodename)
static int l_get_node_def(lua_State *L);