From: mquinson Date: Thu, 15 Feb 2007 18:32:53 +0000 (+0000) Subject: Fix a warning (comment within comments) X-Git-Tag: v3.3~2205 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41c3166d0c9214faac7b6b06d9ce3899ed230327 Fix a warning (comment within comments) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3154 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/gras/stub_generator.c b/tools/gras/stub_generator.c index 6cc7075593..7f92c7fb5e 100644 --- a/tools/gras/stub_generator.c +++ b/tools/gras/stub_generator.c @@ -1032,7 +1032,7 @@ generate_borland_project(borland_project_t project) /* write the begin of the node OPTIONS */ borland_project_begin_xml_node(project,"OPTIONS"); - /* FIXME check the idlcflags + /* FIXME check the idlcflags */ /* write the IDLCFLAGS element */ borland_project_write_xml_element(project,"IDLCFLAGS","");