Skip to content

Commit

Permalink
Merge pull request #992 from ssmolov/namespace.comment.fix
Browse files Browse the repository at this point in the history
fix tinyxml2 namespaces' ending comment
  • Loading branch information
leethomason authored Sep 2, 2024
2 parents 38894bf + 62f6b14 commit 2ac336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyxml2.h
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,7 @@ class TINYXML2_LIB XMLPrinter : public XMLVisitor
};


} // tinyxml2
} // namespace tinyxml2

#if defined(_MSC_VER)
# pragma warning(pop)
Expand Down

0 comments on commit 2ac336a

Please sign in to comment.