mirror of
https://github.com/curl/curl.git
synced 2026-07-26 00:27:16 +03:00
Make the pointers of a few static const arrays const, too, for safety.
This commit is contained in:
parent
37dc0fa519
commit
b465750041
2 changed files with 4 additions and 4 deletions
|
|
@ -252,7 +252,7 @@ static void state(struct connectdata *conn, sshstate state)
|
|||
{
|
||||
#if defined(CURLDEBUG) && !defined(CURL_DISABLE_VERBOSE_STRINGS)
|
||||
/* for debug purposes */
|
||||
static const char *names[] = {
|
||||
static const char * const names[] = {
|
||||
"SSH_STOP",
|
||||
"SSH_S_STARTUP",
|
||||
"SSH_AUTHLIST",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue