Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a warning (comment within comments)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Feb 2007 18:32:53 +0000 (18:32 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Feb 2007 18:32:53 +0000 (18:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3154 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/gras/stub_generator.c

index 6cc7075..7f92c7f 100644 (file)
@@ -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","");