瀏覽代碼

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)