From a3b58dfa4c5473dbebda96bbfc6889261f6e7175 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Fri, 18 Feb 2005 02:41:49 +0000 Subject: [PATCH] remove duplicate typedef svn path=/trunk/; revision=13626 --- reactos/lib/crt/stdlib/wcstombs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/crt/stdlib/wcstombs.c b/reactos/lib/crt/stdlib/wcstombs.c index bfb3112db2b..3d99e01f51f 100644 --- a/reactos/lib/crt/stdlib/wcstombs.c +++ b/reactos/lib/crt/stdlib/wcstombs.c @@ -38,7 +38,7 @@ static const unsigned char encoding_byte[] = /* We don't need the state really because we don't have shift states to maintain between calls to this function. */ -typedef int mbstate_t; + static mbstate_t mbstate_internal;