Changed a comment
This commit is contained in:
parent
df0edbd2dc
commit
6512201292
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ void commodity_t::parse_symbol(std::istream& in, string& symbol)
|
||||||
{
|
{
|
||||||
// Invalid commodity characters:
|
// Invalid commodity characters:
|
||||||
// SPACE, TAB, NEWLINE, RETURN
|
// SPACE, TAB, NEWLINE, RETURN
|
||||||
// 0-9 . , ; - + * / ^ ? : & | ! =
|
// 0-9 . , ; : ? ! - + * / ^ & | =
|
||||||
// < > { } [ ] ( ) @
|
// < > { } [ ] ( ) @
|
||||||
|
|
||||||
static int invalid_chars[256] = {
|
static int invalid_chars[256] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue