widl: Fix merge conflict.

This commit is contained in:
Robert Shearman 2005-12-26 13:22:46 +01:00 committed by Alexandre Julliard
parent 93775adf75
commit f56737579e
1 changed files with 0 additions and 2 deletions

View File

@ -413,7 +413,6 @@ void marshall_arguments(FILE *file, int indent, func_t *func,
fprintf(file, "_StubMsg.Buffer += sizeof(");
write_type(file, var->type, var, var->tname);
fprintf(file, ");\n");
fprintf(file, "\n");
last_size = size;
}
@ -588,7 +587,6 @@ void unmarshall_arguments(FILE *file, int indent, func_t *func,
fprintf(file, "_StubMsg.Buffer += sizeof(");
write_type(file, var->type, var, var->tname);
fprintf(file, ");\n");
fprintf(file, "\n");
last_size = size;
}