Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
LINT fix since d067894
  • Loading branch information
nerzhul committed May 7, 2017
1 parent 2d5bd7f commit 0d7c379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/script/lua_api/l_settings.h
Expand Up @@ -43,7 +43,7 @@ class LuaSettings : public ModApiBase
static int l_set(lua_State *L);

// set_bool(self, key, value)
static int l_set_bool(lua_State* L);
static int l_set_bool(lua_State *L);

// remove(self, key) -> success
static int l_remove(lua_State *L);
Expand Down
1 change: 0 additions & 1 deletion src/script/lua_api/l_util.h
Expand Up @@ -94,7 +94,6 @@ class ModApiUtil : public ModApiBase
static int l_get_version(lua_State *L);

public:

static void Initialize(lua_State *L, int top);
static void InitializeAsync(lua_State *L, int top);
static void InitializeClient(lua_State *L, int top);
Expand Down

0 comments on commit 0d7c379

Please sign in to comment.