]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental.cc
* Ignore test failures on non-i386/amd64 architectures (Closes:
[lilypond.git] / lily / accidental.cc
index 7f3a97b4f77153882a5639396f091af9f7fcc498..0e81a6bea299105e2a66cf1459e2de6b8a03a588 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "accidental-interface.hh"
@@ -109,7 +109,7 @@ Accidental_interface::accurate_boxes (Grob *me, Grob **common)
            really close.
          */
          Direction bulb_dir =
-           glyph_name=="accidentals.mirroredflat" ? LEFT : RIGHT;
+           glyph_name == "accidentals.mirroredflat" ? LEFT : RIGHT;
          stem[X_AXIS][bulb_dir] = stem[X_AXIS].center ();
 
          /*