aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_compile.c')
-rw-r--r--LuaSL/src/LuaSL_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c
index b9ccf46..29ea47c 100644
--- a/LuaSL/src/LuaSL_compile.c
+++ b/LuaSL/src/LuaSL_compile.c
@@ -1897,7 +1897,7 @@ static void outputFunctionToken(FILE *file, outputMode mode, LSL_Leaf *content)
1897 } 1897 }
1898 EINA_INARRAY_FOREACH((&(func->vars)), param) 1898 EINA_INARRAY_FOREACH((&(func->vars)), param)
1899 { 1899 {
1900 // TODO - comment out param types. 1900 // Commenting out the types is done in outputLeaf() which outputs all the types.
1901 if (!LUASL_DIFF_CHECK) 1901 if (!LUASL_DIFF_CHECK)
1902 { 1902 {
1903 if (!first) 1903 if (!first)