Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bea5c0ce
Commit
bea5c0ce
authored
Jul 06, 2017
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Spelling fixes in comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e3b1437e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+4
-4
No files found.
dlls/rpcrt4/ndr_marshall.c
View file @
bea5c0ce
...
...
@@ -2947,7 +2947,7 @@ static unsigned char * ComplexMarshall(PMIDL_STUB_MESSAGE pStubMsg,
{
/* for some reason interface pointers aren't generated as
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
* they still need the derefencing treatment that pointers are
* they still need the derefe
re
ncing treatment that pointers are
* given */
if
(
*
desc
==
RPC_FC_IP
)
m
(
pStubMsg
,
*
(
unsigned
char
**
)
pMemory
,
desc
);
...
...
@@ -3123,7 +3123,7 @@ static unsigned char * ComplexUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
{
/* for some reason interface pointers aren't generated as
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
* they still need the derefencing treatment that pointers are
* they still need the derefe
re
ncing treatment that pointers are
* given */
if
(
*
desc
==
RPC_FC_IP
)
m
(
pStubMsg
,
(
unsigned
char
**
)
pMemory
,
desc
,
FALSE
);
...
...
@@ -3247,7 +3247,7 @@ static unsigned char * ComplexBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
{
/* for some reason interface pointers aren't generated as
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
* they still need the derefencing treatment that pointers are
* they still need the derefe
re
ncing treatment that pointers are
* given */
if
(
*
desc
==
RPC_FC_IP
)
m
(
pStubMsg
,
*
(
unsigned
char
**
)
pMemory
,
desc
);
...
...
@@ -3348,7 +3348,7 @@ static unsigned char * ComplexFree(PMIDL_STUB_MESSAGE pStubMsg,
{
/* for some reason interface pointers aren't generated as
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
* they still need the derefencing treatment that pointers are
* they still need the derefe
re
ncing treatment that pointers are
* given */
if
(
*
desc
==
RPC_FC_IP
)
m
(
pStubMsg
,
*
(
unsigned
char
**
)
pMemory
,
desc
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment