diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:13:28 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:13:28 +0000 |
commit | 56334ccd95750ed6deb737dc8e15cef09c46c6bf (patch) | |
tree | 5f882ced9dc5147fe28dd783e5fc3675c7406a2e /src | |
parent | a3d3798726fb52e0680853ed4bf8186d6d752f9d (diff) |
Minor comment fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@646 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r-- | src/pugixml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 16ff6ab..f093a8b 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -47,7 +47,7 @@ #endif #ifdef __SNC__ -# pragma diag_suppress=178 // function waS declared but never referenced +# pragma diag_suppress=178 // function was declared but never referenced #endif // uintptr_t |