[lib] fixed a typo which causes outputted module name XMLs carry syntax errors
This commit is contained in:
parent
5872e4a649
commit
278b8e2409
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue