mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
add missing semicolons
This commit is contained in:
parent
cb5e72bf62
commit
b9c63b9a73
2 changed files with 2 additions and 2 deletions
|
|
@ -287,7 +287,7 @@ static void do_sec_send(struct connectdata *conn, curl_socket_t fd,
|
|||
size_t cmd_size = 0;
|
||||
CURLcode error;
|
||||
enum protection_level prot_level = conn->data_prot;
|
||||
bool iscmd = (prot_level == PROT_CMD)?TRUE:FALSE
|
||||
bool iscmd = (prot_level == PROT_CMD)?TRUE:FALSE;
|
||||
|
||||
DEBUGASSERT(prot_level > PROT_NONE && prot_level < PROT_LAST);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue