Remove comma

From-SVN: r22020
This commit is contained in:
Mark Mitchell 1998-08-27 10:12:10 +00:00
parent 7a5109b7f3
commit 18337c03d5
1 changed files with 1 additions and 1 deletions

View File

@ -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
};
};