]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpchm.cpp
More settings restored.
[wxWidgets.git] / src / msw / helpchm.cpp
index 7a5f3cb6f9e01c4fc3ecf9713e0deb913c5d7170..7fb5d7af50fa78c2be110506899d71e00786d82b 100644 (file)
@@ -79,7 +79,7 @@ static bool LoadHtmlHelpLibrary()
 static void UnloadHtmlHelpLibrary()
 {
     if ( gs_htmlHelp )
-    {
+    {          
         if (wxPluginManager::UnloadLibrary( _T("HHCTRL.OCX") ))
             gs_htmlHelp = 0;
     }