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
99a5afc0
Commit
99a5afc0
authored
May 29, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
May 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dxof: Spelling fixes.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
06b72873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
parsing.c
dlls/d3dxof/parsing.c
+2
-2
No files found.
dlls/d3dxof/parsing.c
View file @
99a5afc0
...
...
@@ -748,7 +748,7 @@ static WORD parse_TOKEN(parse_buffer * buf)
{
buf
->
list_nb_elements
--
;
buf
->
list_separator
=
FALSE
;
/* Insert separa
rator between each values
and since list does not accept separator at the end
/* Insert separa
tor between each value,
and since list does not accept separator at the end
use a comma so any extra separator will generate an error */
token
=
TOKEN_COMMA
;
}
...
...
@@ -761,7 +761,7 @@ static WORD parse_TOKEN(parse_buffer * buf)
*
(
DWORD
*
)
buf
->
value
=
value
;
buf
->
list_separator
=
TRUE
;
/* Convert list into a serie of their basic type counterpart */
/* Convert list into a serie
s
of their basic type counterpart */
token
=
buf
->
list_type_float
?
TOKEN_FLOAT
:
TOKEN_INTEGER
;
}
dump_TOKEN
(
token
);
...
...
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