]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
wx-config symlink creation fix
[wxWidgets.git] / src / html / htmltag.cpp
index c14b39fe2d6f0b317ad6f462e89810293a5aad2a..e74bb142be4d77e3dc20acd895b572a928b53a2b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
-// Licence:     wxWindows Licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -149,7 +149,6 @@ wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source)
                         // found a match
                         if (match_pos == tag_len) {
                             pos = pos - tag_len - 3;
-                            stpos = pos;
                             break;
                         }
                         else {