mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
checksrc: code style: use 'char *name' style
This commit is contained in:
parent
bc7e08471c
commit
dbadaebfc4
68 changed files with 330 additions and 329 deletions
|
|
@ -1356,7 +1356,7 @@ static CURLcode tftp_do(struct connectdata *conn, bool *done)
|
|||
static CURLcode tftp_setup_connection(struct connectdata * conn)
|
||||
{
|
||||
struct Curl_easy *data = conn->data;
|
||||
char * type;
|
||||
char *type;
|
||||
char command;
|
||||
|
||||
conn->socktype = SOCK_DGRAM; /* UDP datagram based */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue