diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index c74b33f2c1a679f2c2cd06143fdabf9c1d206241..80dd1dc5db7fbd926bc44a540405970afb978bc2 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -243,7 +243,6 @@ function node_type_form_validate($form_id, $form_values) {
 
   if (isset($names[$type->name]) && $names[$type->name] != $old_type) {
     form_set_error('name', t('The human-readable name %name is already taken.', array('%name' => $names[$type->name])));
-    break;
   }
 }