From 685b895172f9f1e3e59198ece5750d68c99eb58e Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Mon, 12 Nov 2012 13:00:06 -0800 Subject: [PATCH] trivial comment fix --- tinyxml2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tinyxml2.cpp b/tinyxml2.cpp index ea0b50f..538717a 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -2087,4 +2087,5 @@ bool XMLPrinter::Visit( const XMLUnknown& unknown ) return true; } -} +} // namespace tinyxml2 +