From 76bcb93c66395f6d3e7bd960489094fcafa9fa89 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 28 Aug 2003 18:11:11 +0000 Subject: 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) --- source3/modules/CP850.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 }, -- cgit