Commit f0969c96 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent compiler warning with picky compilers

parent 18dd8154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@ int Curl_debug(struct SessionHandle *data, curl_infotype type,
  int rc;
  if(data->set.printhost && host) {
    char buffer[160];
    char *t=NULL;
    const char *t=NULL;
    switch (type) {
    case CURLINFO_HEADER_IN:
    case CURLINFO_DATA_IN: