Skip to content
Snippets Groups Projects
Commit 13ef7069 authored by Florian Pose's avatar Florian Pose
Browse files

Minor: Added missing comma.

--HG--
branch : stable-1.5
parent 3f3ae368
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment