mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:07:17 +03:00
Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.
This commit is contained in:
parent
f335bac8a3
commit
fdef584681
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ typedef int curl_socket_t;
|
|||
#endif /* HAVE_CURL_MULTI_SOCKET */
|
||||
|
||||
typedef enum {
|
||||
CURLM_CALL_MULTI_PERFORM=-1, /* please call curl_multi_perform() soon */
|
||||
CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() soon */
|
||||
CURLM_OK,
|
||||
CURLM_BAD_HANDLE, /* the passed-in handle is not a valid CURLM handle */
|
||||
CURLM_BAD_EASY_HANDLE, /* an easy handle was not good/valid */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue