Minor: Added missing comma.

This commit is contained in:
Florian Pose 2011-10-11 14:06:07 +02:00
parent 89d257aa32
commit 70599cb7b2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ string DataTypeHandler::typeInfo()
<< " bool," << endl
<< " int8, int16, int32, int64," << endl
<< " uint8, uint16, uint32, uint64," << endl
<< " float, double" << endl
<< " float, double," << endl
<< " string, octet_string, unicode_string." << endl
<< "For sign-and-magnitude coding, use the following types:" << endl
<< " sm8, sm16, sm32, sm64" << endl;