key: luaA_key_new is static
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
301affeaed
commit
67c96cbebc
2
key.c
2
key.c
|
@ -287,7 +287,7 @@ luaA_keystore(keyb_t *key, const char *str, ssize_t len)
|
||||||
* \lparam A function to execute on key release.
|
* \lparam A function to execute on key release.
|
||||||
* \lreturn The key.
|
* \lreturn The key.
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
luaA_key_new(lua_State *L)
|
luaA_key_new(lua_State *L)
|
||||||
{
|
{
|
||||||
size_t i, len;
|
size_t i, len;
|
||||||
|
|
Loading…
Reference in New Issue