diff --git a/include/functions.php b/include/functions.php
index 6856f24..5c3e724 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -10,7 +10,7 @@ function getMMDVMHostVersion() {
} else {
showLapTime("getMMDVMHostVersion");
if (strlen($output[0]) > 26) {
- return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ", GitID #" . substr($output[0],32,7) . ")";
+ return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ", GitID #" . substr($output[0],32,7) . ")";
} else {
return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ")";
}