From d7bafe134ed9495ae11085acf539be4f26d3a1ab Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 1 Jan 2016 14:27:56 +1000 Subject: Fix some long standing typoes. --- src/extantz/scenri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/scenri.c') diff --git a/src/extantz/scenri.c b/src/extantz/scenri.c index f871500..d37667b 100644 --- a/src/extantz/scenri.c +++ b/src/extantz/scenri.c @@ -242,7 +242,7 @@ static int _finishStuffs(lua_State *L) char *uuid, *name, *file, *description, *owner, *mesh; int type, fake; - pull_lua(L, 1, "$ $ $ $ $ $ % % ", &uuid, &name, &file, &description, &owner, &mesh, &type, &fake); + pull_lua(L, 1, "$ $ $ $ $ $ % %", &uuid, &name, &file, &description, &owner, &mesh, &type, &fake); lua_getfield(L, LUA_REGISTRYINDEX, "sceneData"); scene = (Scene_Data *) lua_touserdata(L, -1); -- cgit v1.1