]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-debug.hh
release: 0.1.13
[lilypond.git] / flower / include / flower-debug.hh
index de19d3063024900d980d9ea76162e370265a001a..b3855d15666d16262fe1fcb1ac5672411e7ec7fc 100644 (file)
@@ -15,7 +15,7 @@
 extern Dstream *flower_dstream;
 extern bool flower_check_debug;
 #ifdef NPRINT
-#define        fdebug if ( 0) *flower_dstream
+#define        fdebug if (0) *flower_dstream
 #else
 #define fdebug if (flower_check_debug) \
        flower_dstream->identify_as (__PRETTY_FUNCTION__)