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
d59659c7
Commit
d59659c7
authored
Dec 12, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Avoid unneeded abbreviations in comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
70442de5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ppd.c
dlls/wineps.drv/ppd.c
+3
-3
No files found.
dlls/wineps.drv/ppd.c
View file @
d59659c7
...
...
@@ -283,7 +283,7 @@ static BOOL get_line( char *buf, int size, struct map_context *ctx )
*
* PSDRV_PPDGetInvocationValue
*
* Passed string that should be surrounded by `"'s, return string alloced
* Passed string that should be surrounded by `"'s, return string alloc
at
ed
* from process heap.
*/
static
BOOL
PSDRV_PPDGetInvocationValue
(
struct
map_context
*
ctx
,
PPDTuple
*
tuple
)
...
...
@@ -318,7 +318,7 @@ static BOOL PSDRV_PPDGetInvocationValue(struct map_context *ctx, PPDTuple *tuple
* PSDRV_PPDGetQuotedValue
*
* Passed string that should be surrounded by `"'s. Expand <xx> as hex
* return string alloced from process heap.
* return string alloc
at
ed from process heap.
*/
static
BOOL
PSDRV_PPDGetQuotedValue
(
struct
map_context
*
ctx
,
PPDTuple
*
tuple
)
{
...
...
@@ -517,7 +517,7 @@ static DUPLEX *get_duplex( PPD *ppd, const char *name )
*
* PSDRV_PPDGetWord
*
* Returns ptr alloced from heap to first word in str. Strips leading spaces.
* Returns ptr alloc
at
ed from heap to first word in str. Strips leading spaces.
* Puts ptr to next word in next
*/
static
char
*
PSDRV_PPDGetWord
(
char
*
str
,
char
**
next
)
...
...
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