mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Minor correction to my r14237 commit. Forgot to delete "++".
svn path=/trunk/; revision=14239
This commit is contained in:
parent
a9c2167a20
commit
8b0ad6b22f
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ static void marshall_in_arguments(func_t *func, unsigned int *type_offset)
|
|||
|
||||
print_client("*((");
|
||||
write_type(client, var->type, NULL, var->tname);
|
||||
fprintf(client, " __RPC_FAR*)_StubMsg.Buffer)++ = ");
|
||||
fprintf(client, " __RPC_FAR*)_StubMsg.Buffer) = ");
|
||||
if (var->ptr_level == 1)
|
||||
fprintf(client, "*");
|
||||
write_name(client, var);
|
||||
|
|
Loading…
Reference in a new issue