X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf667234dc6219eb5ee398d5dca36a3a16ec340f..3ce8390e04369fc85458df13a3718b4bd00b94d3:/src/mc/mc_checkpoint.c?ds=sidebyside diff --git a/src/mc/mc_checkpoint.c b/src/mc/mc_checkpoint.c index 550e2cd42d..26b56fbe88 100644 --- a/src/mc/mc_checkpoint.c +++ b/src/mc/mc_checkpoint.c @@ -182,7 +182,7 @@ void get_plt_section(){ if(n == 0) continue; - /* Wipeout the new line character */ + /* Wipeout the new line character */ line[read - 1] = '\0'; lfields[0] = strtok(line, " ");