Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spurious 'n'.
[simgrid.git] / src / mc / mc_dwarf.cpp
index 4088625..d67a3ae 100644 (file)
@@ -1202,7 +1202,7 @@ void MC_load_dwarf(simgrid::mc::ObjectInformation* info)
   elf_end(elf);
   close(fd);
   xbt_die("Debugging information not found for %s\n"
-          "Try recompiling with -g\nn",
+          "Try recompiling with -g\n",
           info->file_name.c_str());
 }