projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sync to Wine-20050628:
[reactos.git]
/
reactos
/
tools
/
unicode
/
cptable.c
diff --git
a/reactos/tools/unicode/cptable.c
b/reactos/tools/unicode/cptable.c
index
ce5d6cf
..
58574b2
100644
(file)
--- a/
reactos/tools/unicode/cptable.c
+++ b/
reactos/tools/unicode/cptable.c
@@
-156,7
+156,7
@@
static const union cptable * const cptables[60] =
static int cmp_codepage( const void *codepage, const void *entry )
{
- return (unsigned int)codepage - (*(const union cptable **)entry)->info.codepage;
+ return (unsigned int)codepage - (*(const union cptable *
const
*)entry)->info.codepage;
}