From b64154882c9b9461023939bb88d32e8315bbd155 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 22 Apr 2006 21:51:06 +0200 Subject: [PATCH] widl: Fix a typo. --- tools/widl/typegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 033caf8b60e..1c5c5057d1e 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c @@ -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; }