# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1318334767 -7200
# Node ID 289c42960b04ecc1c06b1be82cb5017da3a5ad93
# Parent  af5c0ddbeb875a20ef44e58ff69e84549a138cdd
Minor: Added missing comma.

diff -r af5c0ddbeb87 -r 289c42960b04 tool/DataTypeHandler.cpp
--- a/tool/DataTypeHandler.cpp	Thu Sep 22 18:51:31 2011 +0200
+++ b/tool/DataTypeHandler.cpp	Tue Oct 11 14:06:07 2011 +0200
@@ -1,6 +1,6 @@
 /*****************************************************************************
  *
- *  $Id$
+ *  $Id: DataTypeHandler.cpp,v 9a136c0c30a2 2010/04/15 10:33:48 fp $
  *
  *  Copyright (C) 2006-2009  Florian Pose, Ingenieurgemeinschaft IgH
  *
@@ -74,7 +74,7 @@
 		<< "  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;