diff --git a/apachesolr_user.module b/apachesolr_user.module
index 90b095d..85d3f40 100644
--- a/apachesolr_user.module
+++ b/apachesolr_user.module
@@ -19,7 +19,7 @@ function apachesolr_user_apachesolr_entity_info_alter(&$entity_info) {
 /**
  * Status callback for ApacheSolr, for users.
  */
-function apachesolr_user_status_callbackapachesolr_user_status_callback($user, $type) {
+function apachesolr_user_status_callback($user, $type) {
   return $user->status;
 }
 
