diff --git a/node_convert.module b/node_convert.module
index 4be599d..ca55bb5 100755
--- a/node_convert.module
+++ b/node_convert.module
@@ -764,7 +764,7 @@ function node_convert_field_convert($nid, $source_field, $dest_field) {
           $node_body = $values;
           $node_teaser = $values;
         }
-        return; // We return because there's only a single value, and the rest are vid and nid -> unuseful.
+        break; // We break the loop because there's only a single value, and the rest are vid and nid -> unuseful.
       }
     }
     return array('body' => $node_body, 'teaser' => $node_teaser);
@@ -1061,4 +1061,4 @@ function node_convert_convert_nodes_using_template($nodes, $template_id) {
       node_convert_messages($result, array('nid' => $nid));
     }
   }
-}
\ No newline at end of file
+}
