Merge pull request #6571 from wangzhione/patch-2

Update adlist.h
This commit is contained in:
Salvatore Sanfilippo
2019-11-19 11:42:46 +01:00
committed by GitHub

View File

@ -66,7 +66,7 @@ typedef struct list {
#define listSetMatchMethod(l,m) ((l)->match = (m))
#define listGetDupMethod(l) ((l)->dup)
#define listGetFree(l) ((l)->free)
#define listGetFreeMethod(l) ((l)->free)
#define listGetMatchMethod(l) ((l)->match)
/* Prototypes */