Commit 0b898b5a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed return code

parent a9e0885b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -438,7 +438,7 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue)
    return msg;
  }
  else
    return CURLM_BAD_HANDLE;
    return NULL;
}

/*