minor comment update

This commit is contained in:
Roman D. Boiko 2012-04-28 11:25:49 +03:00
parent e528248c59
commit e3e955a451
1 changed files with 2 additions and 2 deletions

View File

@ -132,6 +132,6 @@ private:
SUB = '\u001A', // Substitute character
// Line feed (EoL)
CR = '\u000D', // CR character
LF = '\u000A', // LF character
CR = '\u000D', // CR character ('\r')
LF = '\u000A', // LF character ('\n')
}