mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-2529 close the namespace inside the #ifdef please
X-SVN-Rev: 10405
This commit is contained in:
parent
c8515c5cb4
commit
2720003f78
2 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ DigitList::append(char digit)
|
|||
fDigits[fCount++] = digit;
|
||||
}
|
||||
|
||||
#endif // _DIGITLST
|
||||
U_NAMESPACE_END
|
||||
#endif // _DIGITLST
|
||||
|
||||
//eof
|
||||
|
|
|
@ -247,7 +247,7 @@ DigitList::append(char digit)
|
|||
fDigits[fCount++] = digit;
|
||||
}
|
||||
|
||||
#endif // _DIGITLST
|
||||
U_NAMESPACE_END
|
||||
#endif // _DIGITLST
|
||||
|
||||
//eof
|
||||
|
|
Loading…
Add table
Reference in a new issue