]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/virtual/virtual.cpp
Typo fixes
[wxWidgets.git] / samples / html / virtual / virtual.cpp
index 5e1f9da2c7a67b20acfd2428778a3ba88c8cdd61..8d5a4e91de33ad8892b61740e87406022dab68a9 100644 (file)
@@ -121,7 +121,7 @@ wxFSFile* MyVFS::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
    Minimal_Forward,
    
     // controls start here (the numbers are, of course, arbitrary)
-   Minimal_Text = 1000,
+   Minimal_Text = 1000
    };
 
 // ----------------------------------------------------------------------------