* mingwex/wcrtomb.c (wcrtomb_cp): Correct typo.

This commit is contained in:
Danny Smith
2006-06-12 21:48:08 +00:00
parent d658f6c649
commit a91cc828cc
2 changed files with 5 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ size_t wcsrtombs (char *dst, const wchar_t **src, size_t len,
dst += ret;
if (*(dst - 1) == '\0')
{
*saved_src = (wchar_t) NULL;;
*saved_src = (wchar_t*) NULL;;
return (n - 1);
}
*src++;