Commit 40aef93e authored by Manfred Kutas's avatar Manfred Kutas

ZP-77 Missing closing "}".

Released under the Affero GNU General Public License (AGPL) version 3.
parent deb24ded
...@@ -971,6 +971,7 @@ class Utils { ...@@ -971,6 +971,7 @@ class Utils {
$pow = pow(1024, $base - $fBase); $pow = pow(1024, $base - $fBase);
return sprintf ("%.{$precision}f %s", $pow, $units[$fBase]); return sprintf ("%.{$precision}f %s", $pow, $units[$fBase]);
} }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment