From 13ef70699f4c5d2756becce6b904e23a29872420 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Tue, 11 Oct 2011 14:06:07 +0200 Subject: [PATCH] Minor: Added missing comma. --HG-- branch : stable-1.5 --- tool/DataTypeHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/DataTypeHandler.cpp b/tool/DataTypeHandler.cpp index 357279f4..81e8706f 100644 --- a/tool/DataTypeHandler.cpp +++ b/tool/DataTypeHandler.cpp @@ -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; -- GitLab