1
0

APIDump: Removed an unneeded global variable.

This commit is contained in:
Mattes D 2015-05-17 22:33:43 +02:00
parent b7b088494c
commit 1f3f64fccd

View File

@ -971,7 +971,7 @@ end
--- Writes a list of undocumented objects into a file
local function ListUndocumentedObjects(API, UndocumentedHooks)
f = io.open("API/_undocumented.lua", "w");
local f = io.open("API/_undocumented.lua", "w");
if (f ~= nil) then
f:write("\n-- This is the list of undocumented API objects, automatically generated by APIDump\n\n");
f:write("g_APIDesc =\n{\n\tClasses =\n\t{\n");