Commit 2d4413fe authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Daniel Stenberg
Browse files

curl_sasl: declare mechtable static

struct mechtable is only used locally here. It can be declared static.
parent 36e604fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */