mirror of https://github.com/MidnightCommander/mc
* vfs/samba/lib/util_sock.c (socket_options): Made static const.
This commit is contained in:
parent
9442074b84
commit
7df26a45b5
|
@ -58,7 +58,7 @@ BOOL is_a_socket(int fd)
|
|||
|
||||
enum SOCK_OPT_TYPES {OPT_BOOL,OPT_INT,OPT_ON};
|
||||
|
||||
struct
|
||||
static const struct
|
||||
{
|
||||
char *name;
|
||||
int level;
|
||||
|
|
Loading…
Reference in New Issue