diff --git a/mailing_list.module b/mailing_list.module
index cf6d16a..15b23fc 100644
--- a/mailing_list.module
+++ b/mailing_list.module
@@ -154,6 +154,7 @@ function mailing_list_block_configure($delta = '') {
     '#default_value' => variable_get('mailing_list_show_name_'. $delta, 1),
     '#description' => t('Whether or not to show a text field in the subscription form that this block displays, letting a subscriber enter his or her name. If the name field is shown, it also becomes required.'),
   );
+  return $form;
 }
 
 /**
