mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -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…
Reference in New Issue
Block a user