Ver Fonte

[fixed] forgotton closing bracket in body

anjuna krokus há 5 meses atrás
pai
commit
7b2c9800fe
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      locations/body.qsrc

+ 1 - 1
locations/body.qsrc

@@ -94,7 +94,7 @@ end
 
 if $ARGS[0] = 'CalcBMI2':
 	!! BMI2 = 10 * BMI
-	result = (10000 * (10 * pcs_weight[0] + pcs_weight[1]) / (pcs_hgt * pcs_hgt)
+	result = (10000 * (10 * pcs_weight[0] + pcs_weight[1])) / (pcs_hgt * pcs_hgt)
 end