Remove comma
From-SVN: r22020
This commit is contained in:
parent
7a5109b7f3
commit
18337c03d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class _Format_cache
|
|||
public:
|
||||
enum {
|
||||
_S_digits, _S_digits_end = _S_digits+10,
|
||||
_S_xdigits = _S_digits_end,
|
||||
_S_xdigits = _S_digits_end
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue