Skip to content

Commit

Permalink
[lib] fixed a typo which causes outputted module name XMLs carry synt…
Browse files Browse the repository at this point in the history
…ax errors
  • Loading branch information
tangxifan committed Sep 23, 2023
1 parent 5872e4a commit 278b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libnamemanager/src/io/write_xml_module_name_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 278b8e2

Please sign in to comment.