]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/misc.cc
Update.
[lilypond.git] / lily / misc.cc
index 0d1144ec13f67771a6fee106936108ca01597fb8..bb8a05201c103904bd3a3e2aa8900c5db260e855 100644 (file)
@@ -33,7 +33,7 @@ intlog2 (int d)
 double
 log_2 (double x)
 {
-  return log (x) /log (2.0);
+  return log (x) / log (2.0);
 }
 
 Array<String>