Commit b6415488 authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

widl: Fix a typo.

parent b02e6b09
......@@ -723,7 +723,7 @@ static size_t write_string_tfs(FILE *file, const attr_t *attrs,
if (!(flags & RPC_FC_P_SIMPLEPOINTER))
{
print_file(file, 2, "NdrFcShort(0x2);\n");
print_file(file, 2, "NdrFcShort(0x2),\n");
*typestring_offset += 2;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment