commit 10c9fbd8143c13677c5f1c95db20d48aa758dbd1
parent 2768767392a790991a67ddf1b60d6f859c47bbe3
Author: fundamental <[email protected]>
Date: Wed, 26 Aug 2009 09:43:21 -0400
Fixed unclosed C style comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Misc/Microtonal.cpp b/src/Misc/Microtonal.cpp
@@ -171,7 +171,7 @@ bool Microtonal::operator==(const Microtonal µ) const
return(!(*this!=micro));
}
-/**\TODO remove printfs once testing is done
+/**\TODO remove printfs once testing is done*/
//A simple macro to test equality MiCRotonal EQuals (not the perfect approach, but good enough for debug)
#define MCREQ( x ) if(x!=micro.x){printf("%d\n",__LINE__);return true;}
//for floats