Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
701aabb1
Commit
701aabb1
authored
Jul 28, 2011
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Assorted spelling fixes.
parent
5d5f267e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
sfnt2fnt.c
tools/sfnt2fnt.c
+1
-1
winegcc.c
tools/winegcc/winegcc.c
+1
-1
utils.c
tools/wmc/utils.c
+1
-1
write.c
tools/wmc/write.c
+1
-1
translation.c
tools/wrc/translation.c
+1
-1
No files found.
tools/sfnt2fnt.c
View file @
701aabb1
...
...
@@ -579,7 +579,7 @@ static struct fontinfo *fill_fontinfo( const char *face_name, int ppem, int enc,
else
left_byte
=
face
->
glyph
->
bitmap
.
buffer
[(
y
-
(
ascent
-
face
->
glyph
->
bitmap_top
))
*
face
->
glyph
->
bitmap
.
pitch
+
x
-
x_off
-
1
];
/* On the last non-trival output byte (x == x_end) have we got one or two input bytes */
/* On the last non-triv
i
al output byte (x == x_end) have we got one or two input bytes */
if
(
x
==
x_end
&&
(
face
->
glyph
->
bitmap_left
%
8
!=
0
)
&&
((
face
->
glyph
->
bitmap
.
width
%
8
==
0
)
||
(
x
!=
(((
face
->
glyph
->
bitmap
.
width
)
&
~
0x7
)
+
face
->
glyph
->
bitmap_left
)
/
8
)))
right_byte
=
0
;
else
...
...
tools/winegcc/winegcc.c
View file @
701aabb1
...
...
@@ -1252,7 +1252,7 @@ int main(int argc, char **argv)
{
if
(
argv
[
i
][
0
]
==
'-'
)
/* option */
{
/* determine if t
ih
s switch is followed by a separate argument */
/* determine if t
hi
s switch is followed by a separate argument */
next_is_arg
=
0
;
option_arg
=
0
;
switch
(
argv
[
i
][
1
])
...
...
tools/wmc/utils.c
View file @
701aabb1
...
...
@@ -219,7 +219,7 @@ int unistricmp(const WCHAR *s1, const WCHAR *s2)
{
int
i
;
int
once
=
0
;
static
const
char
warn
[]
=
"Don't know the uppercase equivalent of non a
cs
ii characters;"
static
const
char
warn
[]
=
"Don't know the uppercase equivalent of non a
sc
ii characters;"
"comparison might yield wrong results"
;
while
(
*
s1
&&
*
s2
)
{
...
...
tools/wmc/write.c
View file @
701aabb1
...
...
@@ -231,7 +231,7 @@ void write_h_file(const char *fname)
if
(
!
once
)
{
/*
* Search for an
e
nglish text.
* Search for an
E
nglish text.
* If not found, then use the first in the list
*/
once
++
;
...
...
tools/wrc/translation.c
View file @
701aabb1
...
...
@@ -983,7 +983,7 @@ static resource_t *find_main(int type, name_id_t *id, resource_lang_node_t *lang
if
(
neutral
!=
NULL
&&
(
en
!=
NULL
||
en_US
!=
NULL
))
{
fprintf
(
stderr
,
"INFO: Resource %04x/%s has both NEUTRAL and MASTER language transla
r
ion
\n
"
,
fprintf
(
stderr
,
"INFO: Resource %04x/%s has both NEUTRAL and MASTER language transla
t
ion
\n
"
,
type
,
get_nameid_str
(
id
));
}
...
...
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