From 068708145b866d1104d8f3dfe1b33f64fa58fea0 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 11 Sep 2013 21:25:19 +0200 Subject: APIDump: Fixed a missing tab --- MCServer/Plugins/APIDump/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/Plugins') diff --git a/MCServer/Plugins/APIDump/main.lua b/MCServer/Plugins/APIDump/main.lua index 7e888a218..5025c28f3 100644 --- a/MCServer/Plugins/APIDump/main.lua +++ b/MCServer/Plugins/APIDump/main.lua @@ -389,7 +389,7 @@ function ConvertWikiToDesc() fin:close(); -- Write the info into the output file: - fout:write(filename:match("[^\.]*") .. " =\n{\tFunctions =\n\t{\n"); + fout:write(filename:match("[^\.]*") .. " =\n{\n\tFunctions =\n\t{\n"); for i, func in ipairs(Functions) do fout:write("\t\t{ " .. func.Name .. " = { Params = \"" .. func.Params .. "\", Return =\"" .. func.Return .. "\", Desc = \"" .. func.Notes .. "\" },\n" -- cgit v1.2.3