widl: Fix a typo.

This commit is contained in:
Eric Kohl 2006-04-22 21:51:06 +02:00 committed by Alexandre Julliard
parent b02e6b0926
commit b64154882c

View file

@ -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;
}