mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:46:14 +03:00
smb.c: Fixed line longer than 79 columns
This commit is contained in:
parent
172963005a
commit
bd7d7f4523
1 changed files with 2 additions and 1 deletions
|
|
@ -199,7 +199,8 @@ static void conn_state(struct connectdata *conn, enum smb_conn_state newstate)
|
|||
smb->state = newstate;
|
||||
}
|
||||
|
||||
static void request_state(struct connectdata *conn, enum smb_req_state newstate)
|
||||
static void request_state(struct connectdata *conn,
|
||||
enum smb_req_state newstate)
|
||||
{
|
||||
struct smb_request *req = conn->data->req.protop;
|
||||
#if defined(DEBUGBUILD) && !defined(CURL_DISABLE_VERBOSE_STRINGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue