diff --git a/superfish.install b/superfish.install
index 64ec647..95c5a1c 100644
--- a/superfish.install
+++ b/superfish.install
@@ -37,8 +37,8 @@ function superfish_requirements($phase) {
       $requirements['superfish']['severity'] = REQUIREMENT_ERROR;
       $requirements['superfish']['description'] = $t('Please download the Superfish library from <a href="@url">@url</a>.', array('@url' => 'http://drupal.org/project/superfish'));
     }
-    return $requirements;
   }
+  return $requirements;  
 }
 
 /**
@@ -57,4 +57,4 @@ function superfish_update_7100() {
   $query = db_query("UPDATE {variable} SET name = REPLACE(name, :old, :new) WHERE name LIKE :name", array(':old' => 'linktextwrapper', ':new' => 'wraphlt', ':name' => 'superfish_linktextwrapper_%'));
   $query = db_query("UPDATE {variable} SET name = REPLACE(name, :old, :new) WHERE name LIKE :name", array(':old' => 'mulwrapper', ':new' => 'wrapmul', ':name' => 'superfish_mulwrapper_%'));
 
-}
\ No newline at end of file
+}
