mirror of
https://github.com/curl/curl.git
synced 2026-05-04 14:59:55 +03:00
curl_sasl: declare mechtable static
struct mechtable is only used locally here. It can be declared static.
This commit is contained in:
parent
36e604fc78
commit
2d4413fefd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#include "memdebug.h"
|
||||
|
||||
/* Supported mechanisms */
|
||||
const struct {
|
||||
static const struct {
|
||||
const char *name; /* Name */
|
||||
size_t len; /* Name length */
|
||||
unsigned int bit; /* Flag bit */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue