Fix issue about comment in comment.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3560 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-tools/genidl/src/genidl_dumpidl.c b/mingw-w64-tools/genidl/src/genidl_dumpidl.c
index 4c6848a..eb62f39 100644
--- a/mingw-w64-tools/genidl/src/genidl_dumpidl.c
+++ b/mingw-w64-tools/genidl/src/genidl_dumpidl.c
@@ -540,7 +540,7 @@
if (!behdr)
{
/*
- fprintf (fp, "/* Typedef definitions of basic types. */\n"
+ fprintf (fp, "/ * Typedef definitions of basic types. * /\n"
"typedef unsigned short USHORT;\n"
"typedef signed short SHORT;\n"
"typedef unsigned char UCHAR;\n"