Преглед изворни кода

Merge pull request #992 from ssmolov/namespace.comment.fix

fix tinyxml2 namespaces' ending comment
Lee Thomason пре 1 година
родитељ
комит
2ac336a253
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2374,7 +2374,7 @@ private:
 };
 
 
-}	// tinyxml2
+} // namespace tinyxml2
 
 #if defined(_MSC_VER)
 #   pragma warning(pop)