weather -> whether
git-svn-id: https://svn.musicpd.org/mpd/trunk@6271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
425c6e9502
commit
29819576eb
|
@ -53,7 +53,7 @@ typedef struct _List {
|
|||
ListNode **nodesArray;
|
||||
/* sorted */
|
||||
int sorted;
|
||||
/* weather to strdup() key's on insertion */
|
||||
/* whether to strdup() key's on insertion */
|
||||
int strdupKeys;
|
||||
} List;
|
||||
|
||||
|
|
Loading…
Reference in New Issue