]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/valgen.cpp
fix wxMBConv_iconv to respect the base class conventions: when the input is NUL-termi...
[wxWidgets.git] / src / common / valgen.cpp
index e38f6789bdc55571411313d03ecd4eb8ea36d756..37cefb5e74435debbe15ef6b5e633e0427c05140 100644 (file)
@@ -370,7 +370,8 @@ bool wxGenericValidator::TransferToWindow(void)
         }
     } else
 #endif
-        ;   // to match the last 'else' above
+    {   // to match the last 'else' above
+    }
 
   // unrecognized control, or bad pointer
   return false;