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
d594c1ea
Commit
d594c1ea
authored
Oct 19, 2007
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Oct 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Add a set of braces to silence a GCC 3.4 warning.
parent
25c21e5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bidi.c
dlls/gdi32/bidi.c
+2
-0
No files found.
dlls/gdi32/bidi.c
View file @
d594c1ea
...
@@ -1107,6 +1107,7 @@ BOOL BIDI_Reorder(
...
@@ -1107,6 +1107,7 @@ BOOL BIDI_Reorder(
baselevel
=
0
;
baselevel
=
0
;
if
(
dwWineGCP_Flags
&
WINE_GCPW_LOOSE_MASK
)
if
(
dwWineGCP_Flags
&
WINE_GCPW_LOOSE_MASK
)
{
for
(
j
=
0
;
j
<
i
;
++
j
)
for
(
j
=
0
;
j
<
i
;
++
j
)
if
(
chartype
[
j
]
==
L
)
if
(
chartype
[
j
]
==
L
)
{
{
...
@@ -1118,6 +1119,7 @@ BOOL BIDI_Reorder(
...
@@ -1118,6 +1119,7 @@ BOOL BIDI_Reorder(
baselevel
=
1
;
baselevel
=
1
;
break
;
break
;
}
}
}
/* resolve explicit */
/* resolve explicit */
resolveExplicit
(
baselevel
,
N
,
chartype
,
levels
,
i
,
0
);
resolveExplicit
(
baselevel
,
N
,
chartype
,
levels
,
i
,
0
);
...
...
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