From 41c3166d0c9214faac7b6b06d9ce3899ed230327 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 15 Feb 2007 18:32:53 +0000 Subject: [PATCH 1/1] 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 --- tools/gras/stub_generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",""); -- 2.20.1