Fix obvious misorder of L_XML and L_PARSE
This commit is contained in:
parent
9612a26af6
commit
185f26d240
|
@ -54,8 +54,8 @@
|
|||
#define L_DAAP 0x00000200 /**< Generally daap related - main.c, daap.c, query.c */
|
||||
#define L_MAIN 0x00000400 /**< setup, teardown, signals - main.c */
|
||||
#define L_REND 0x00000800 /**< rendezvous -- rend-unix.c, rend-posix.c, etc */
|
||||
#define L_XML 0x00002000 /**< xml - xml-rpc.c */
|
||||
#define L_PARSE 0x00004000 /**< smart playlist parser */
|
||||
#define L_XML 0x00001000 /**< xml - xml-rpc.c */
|
||||
#define L_PARSE 0x00002000 /**< smart playlist parser */
|
||||
#define L_MISC 0x80000000 /**< anything else */
|
||||
|
||||
#ifndef TRUE
|
||||
|
|
Loading…
Reference in New Issue