Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
agladysh committed Jul 26, 2009
1 parent 26d231b commit 6eed967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alchemy/wrapper/as3_lua_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ static int as3_call(lua_State * L)
lua_pushnil(L); /* Hack to ensure we're not at empty stack */

userdata = check_as3userdata(L, 1);

function_name = lua_tostring(L, 2);
luaL_argcheck(L, function_name != NULL, 2, "'function_name' expected");

Expand Down

0 comments on commit 6eed967

Please sign in to comment.