From 0c259b6fb45cece5af1c16f45893a13a4087fd49 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 14 Nov 2006 15:33:03 +0000 Subject: [PATCH 1/1] a useless comment added git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2926 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surfxml_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 84294fec2f..c8d2f0cfba 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -168,7 +168,7 @@ void ETag_surfxml_argument(void) } void surf_parse_open(const char *file) { - static int warned = 0; + static int warned = 0; /* warn only once */ if(!file) { if (!warned) { WARN0("Bypassing the XML parser since surf_parse_open received a NULL pointer. If it is not what you want, go fix your code."); -- 2.20.1