소스 검색

Update tinyxml2.h

*end != 0 => *_end != 0
selfpoised 13 년 전
부모
커밋
4dd59bcdf4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -172,7 +172,7 @@ private:
         NEEDS_DELETE = 0x200
     };
 
-    // After parsing, if *end != 0, it can be set to zero.
+    // After parsing, if *_end != 0, it can be set to zero.
     int     _flags;
     char*   _start;
     char*   _end;