Re: Assorted typos fixes (resend)
4 Feb
2014
4 Feb
'14
12:03 p.m.
Hello Andrey, On 02/04/2014 12:19 PM, Andrey Gusev wrote:
diff --git a/dlls/dpnet/client.c b/dlls/dpnet/client.c index 637dcb8..e94eea6 100644 --- a/dlls/dpnet/client.c +++ b/dlls/dpnet/client.c @@ -54,7 +54,7 @@ static HRESULT WINAPI IDirectPlay8ClientImpl_QueryInterface(IDirectPlay8Client * return DPN_OK; }
- WARN("(%p)->(%s,%p),not found\n",This,debugstr_guid(riid),ppobj); + WARN("(%p)->(%s,%p), not found\n",This,debugstr_guid(riid),ppobj); when you do those can you please fix the obvious whitespace issues and add a space after the "," in the argument list?
thanks bye michael
4328
Age (days ago)
4328
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Stefaniuc