James Hawkins wrote:
> Read Andrew's last sentence. Technically no return is needed, but it
> can be added for aesthetics.
>
Thanks, James (and everyone). If the patch gets rejected, I shall resubmit
it with added returns.
-- Andy.
On 4/12/07, Brian Gerst <[EMAIL PROTECTED]> wrote:
Andrew Talbot wrote:
> Robert Shearman wrote:
>
>> Andrew Talbot wrote:
>>> diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c
>>> --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100
>>> +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.
Andrew Talbot wrote:
> Robert Shearman wrote:
>
>> Andrew Talbot wrote:
>>> diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c
>>> --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100
>>> +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.0 +0100
>>> @@ -1352,7 +1352,7 @@
>>> T
Robert Shearman wrote:
> Andrew Talbot wrote:
>> diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c
>> --- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100
>> +++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.0 +0100
>> @@ -1352,7 +1352,7 @@
>> TRACE("ipid = %s, iMethod = %d\n
Andrew Talbot wrote:
diff -urN a/dlls/ole32/rpc.c b/dlls/ole32/rpc.c
--- a/dlls/ole32/rpc.c 2007-03-28 12:43:32.0 +0100
+++ b/dlls/ole32/rpc.c 2007-04-12 20:20:48.0 +0100
@@ -1352,7 +1352,7 @@
TRACE("ipid = %s, iMethod = %d\n", debugstr_guid(&ipid), msg->ProcNum);
pa