diff options
author | Jeremy Allison <jra@samba.org> | 2003-08-28 18:11:11 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-08-28 18:11:11 +0000 |
commit | 76bcb93c66395f6d3e7bd960489094fcafa9fa89 (patch) | |
tree | 229eb20f7f734789c48f3bf722de4fe5e39afa04 /source3/modules | |
parent | e83031c84de410cb19c96a4084b95f26619ce5a9 (diff) | |
download | samba-76bcb93c66395f6d3e7bd960489094fcafa9fa89.tar.gz samba-76bcb93c66395f6d3e7bd960489094fcafa9fa89.tar.bz2 samba-76bcb93c66395f6d3e7bd960489094fcafa9fa89.zip |
Fix rename of struct gap. ab - LOOK AT THIS. You changed one module
but not the other. This now compiles but I need verification.
Jeremy.
(This used to be commit 787c9764b300651af83a6e54f3090cfcf078a8a9)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/CP850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/CP850.c b/source3/modules/CP850.c index 0adfd24def..bac65ac80c 100644 --- a/source3/modules/CP850.c +++ b/source3/modules/CP850.c @@ -281,7 +281,7 @@ static const uint16 to_ucs2[256] = { [0xff] = 0x00A0, }; -static const struct gap from_idx[] = { +static const struct charset_gap_table from_idx[] = { /* start, end, idx */ { 0x0000, 0x007f, 0 }, { 0x00a0, 0x00ff, -32 }, |