slightly odd fix to prevent -Wunreachable-code to warn

This commit is contained in:
Daniel Stenberg 2004-05-05 09:20:08 +00:00
parent 3fc39a6efb
commit fb086b57a8
1 changed files with 0 additions and 2 deletions

View File

@ -182,9 +182,7 @@ void ourWriteOut(CURL *curl, char *writeinfo)
curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp)) curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp))
&& stringp) && stringp)
fputs(stringp, stream); fputs(stringp, stream);
break;
default: default:
/* -Wunreachable-code wrongly complains on this */
break; break;
} }
break; break;