From 198b80cec3783a5d44dc749b2b8e4085b7eaef3b Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Thu, 27 Apr 2017 12:51:11 +0000 Subject: Fixed a wrong return git-svn-id: svn://tug.org/texlive/trunk@44077 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/lua/lnodelib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/luatexdir/lua/lnodelib.c b/Build/source/texk/web2c/luatexdir/lua/lnodelib.c index 038ae5d9e83..49929fa2792 100644 --- a/Build/source/texk/web2c/luatexdir/lua/lnodelib.c +++ b/Build/source/texk/web2c/luatexdir/lua/lnodelib.c @@ -3198,9 +3198,9 @@ static int lua_nodelib_set_glue(lua_State * L) stretch_order(n) = ((top > 4 && lua_type(L, 5) == LUA_TNUMBER)) ? lua_tointeger(L,5) : 0; shrink_order(n) = ((top > 5 && lua_type(L, 6) == LUA_TNUMBER)) ? lua_tointeger(L,6) : 0; } + return 0; } return luaL_error(L, "glue (spec) expected"); - return 0; } static int lua_nodelib_is_zero_glue(lua_State * L) -- cgit v1.2.3