From: Dimitri Schoolwerth Date: Fri, 23 Jul 2004 20:48:33 +0000 (+0000) Subject: adding missing closing bracket X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/62991518a4d5b8a48b35e5ca7a56485721109ff5 adding missing closing bracket git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index 33a4f3ff0b..f0a740f97e 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -13,7 +13,7 @@ It has all features including GetSize and seeking. If you need to enumerate files in ZIP archive, you can use \helpref{wxFileSystem}{wxfilesystem} together with wxZipFSHandler (see -\helpref{the overview}{fs}. +\helpref{the overview}{fs}). \wxheading{Derived from}