prevent compiler warning

This commit is contained in:
Daniel Stenberg 2005-03-15 07:47:59 +00:00
parent 562d2de303
commit d5bdd2b2f9
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ const char *Curl_strerror(struct connectdata *conn, int err)
#if defined(WIN32) && !defined(__CYGWIN__)
#if _WIN32_WCE
#ifdef _WIN32_WCE
buf[0]=0;
{
wchar_t wbuf[256];