Skip to content

Commit 349c75a

Browse files
author
Monte Goulding
committed
reverting mistaken change
1 parent 9b464aa commit 349c75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lcidlc/src/InterfaceGenerate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ static void InterfaceGenerateMethodStubContext(InterfaceRef self, CoderRef p_cod
273273
CoderWriteLine(p_coder, "\t%s arg_%d;", t_type, i);
274274
}
275275
if (t_variant -> return_type != nil)
276-
CoderWriteLine(p_coder, "\t%s t_result;", native_type_to_type_out_cstring(NativeTypeFromName(t_variant -> return_type)));
276+
CoderWriteLine(p_coder, "\t%s result;", native_type_to_type_out_cstring(NativeTypeFromName(t_variant -> return_type)));
277277
CoderWriteLine(p_coder, "};");
278278
CoderWriteLine(p_coder, "");
279279
}

0 commit comments

Comments
 (0)