mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-10758 Attempt to fix broken build.
X-SVN-Rev: 35565
This commit is contained in:
parent
fe24e76026
commit
8b59ab29e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue