View | Details | Raw Unified | Return to bug 185964 | Differences between
and this patch

Collapse All | Expand All

(-)lib/libiconv_modules/HZ/citrus_hz.c (-1 / +1 lines)
Lines 65-72 Link Here
65
} charset_t;
65
} charset_t;
66
66
67
typedef struct {
67
typedef struct {
68
	int	 start;
68
	int	 end;
69
	int	 end;
69
	int	 start;
70
	int	 width;
70
	int	 width;
71
} range_t;
71
} range_t;
72
72

Return to bug 185964