[lib] fixed a typo which causes outputted module name XMLs carry syntax errors

This commit is contained in:
tangxifan 2023-09-22 17:37:27 -07:00
parent 5872e4a649
commit 278b8e2409
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static int write_xml_module_name_binding(std::fstream& fp,
return 1;
}
write_xml_attribute(fp, XML_MODULE_NAME_ATTRIBUTE_GIVEN, given_name.c_str());
fp << ">"
fp << "/>"
<< "\n";
return 0;