]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynload.cpp
Applied patch [ 619386 ] uxtheme.dll support
[wxWidgets.git] / src / common / dynload.cpp
index 51c0a1335901f1ede3ee4d9088c0536544bec0bc..437f341c6ae32914e56dbe948b07be4253b6a2c9 100644 (file)
@@ -7,7 +7,7 @@
 // Created:      03/12/01
 // RCS-ID:       $Id$
 // Copyright:    (c) 2001 Ron Lee <ron@debian.org>
-// Licence:      wxWindows license
+// Licence:      wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -665,7 +665,7 @@ void wxPluginManager::Unload()
         if ( i->second == m_entry )
         {
             ms_manifest->erase(i);
-            return;
+            break;
         }
     }