ICU-10758 Attempt to fix broken build.
X-SVN-Rev: 35565
This commit is contained in:
parent
fe24e76026
commit
8b59ab29e0
@ -18,7 +18,7 @@ enum EDecimalFormatFastpathStatus {
|
||||
kFastpathNO = 0,
|
||||
kFastpathYES = 1,
|
||||
kFastpathUNKNOWN = 2, /* not yet set */
|
||||
kFastpathMAYBE = 3, /* depends on value being formatted. */
|
||||
kFastpathMAYBE = 3 /* depends on value being formatted. */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user