X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Ftools%2Funicode%2Fmbtowc.c;h=71c74fdeed41a8773244447e0029b48874292ed0;hp=1c85b2429d8ef8bc6ca656cdfa017fae13739055;hb=93232de7752ed7f4490f5253c890c0a5d888b94f;hpb=dd349cfd8bb7e3ef139a4f007f9461a1e2ae2811 diff --git a/reactos/tools/unicode/mbtowc.c b/reactos/tools/unicode/mbtowc.c index 1c85b2429d8..71c74fdeed4 100644 --- a/reactos/tools/unicode/mbtowc.c +++ b/reactos/tools/unicode/mbtowc.c @@ -25,7 +25,7 @@ typedef unsigned char uchar; /* get the decomposition of a Unicode char */ -int get_decomposition( WCHAR src, WCHAR *dst, unsigned int dstlen ) +static int get_decomposition( WCHAR src, WCHAR *dst, unsigned int dstlen ) { extern const WCHAR unicode_decompose_table[]; const WCHAR *ptr = unicode_decompose_table;