Eric Kohl : widl: Fix a typo.
Module: wine Branch: refs/heads/master Commit: b64154882c9b9461023939bb88d32e8315bbd155 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b64154882c9b9461023939bb... Author: Eric Kohl <eric.kohl(a)t-online.de> Date: Sat Apr 22 21:51:06 2006 +0200 widl: Fix a typo. --- tools/widl/typegen.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 033caf8..1c5c505 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c @@ -723,7 +723,7 @@ static size_t write_string_tfs(FILE *fil if (!(flags & RPC_FC_P_SIMPLEPOINTER)) { - print_file(file, 2, "NdrFcShort(0x2);\n"); + print_file(file, 2, "NdrFcShort(0x2),\n"); *typestring_offset += 2; }
participants (1)
-
Alexandre Julliard