diff --git a/html/billing-graph.php b/html/billing-graph.php
index 90cfaac0f6..7038de620e 100644
--- a/html/billing-graph.php
+++ b/html/billing-graph.php
@@ -132,7 +132,7 @@ foreach (dbFetch('SELECT *, UNIX_TIMESTAMP(timestamp) AS formatted_date FROM bil
$in_delta = $row['in_delta'];
$out_delta = $row['out_delta'];
$in_value = delta_to_bits($in_delta, $period);
- $out_value = delta_to_bits($out_delta, $period);;
+ $out_value = delta_to_bits($out_delta, $period);
$last = $timestamp;