[lua] Fix wrong proto

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-21 17:28:54 +02:00
parent 9754e1c039
commit 648dc236f8
1 changed files with 1 additions and 1 deletions

2
lua.c
View File

@ -272,7 +272,7 @@ luaA_openlib(lua_State *L, const char *name,
luaL_register(L, name, methods);
}
static void
static int
luaA_font_set(lua_State *L)
{
const char *font = luaL_checkstring(L, 1);