diff --git a/httprl.module b/httprl.module
index 23d9d9c..477eefa 100755
--- a/httprl.module
+++ b/httprl.module
@@ -684,7 +684,7 @@ function httprl_parse_data(&$result) {
         $location['scheme'] = !empty($location['scheme']) ? $location['scheme'] : $original_location['scheme'];
         $location['host'] = !empty($location['host']) ? $location['host'] : !empty($original_location['host']) ? $original_location['host'] : $_SERVER['HTTP_HOST'];
         $location['port'] = !empty($location['port']) ? $location['port'] : !empty($original_location['port']) ? $original_location['port'] : '';
-        $location = httprl_glue_url($location)
+        $location = httprl_glue_url($location);
       }
       else {
         $location = $result->headers['location'];
