mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
HAT_CHAR and DOLLAR_CHAR were defined to the same value !
This commit is contained in:
parent
c46867e1d6
commit
712a874f07
@ -24,7 +24,7 @@ enum {
|
||||
* start and end of a string.
|
||||
*/
|
||||
#define HAT_CHAR 0x2
|
||||
#define DOLLAR_CHAR 0x2
|
||||
#define DOLLAR_CHAR 0x3
|
||||
|
||||
struct rx_node {
|
||||
int type;
|
||||
|
Loading…
Reference in New Issue
Block a user