diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index 7776249c8f..9493327198 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp @@ -670,7 +670,7 @@ static void HandleQuery() { buffer += ""; for (auto module : modules) { buffer += - fmt::format(R"*("
)*", + fmt::format(R"*(")*", module.name, module.beg); } buffer += "";