Whamcloud - gitweb
Use K&R style comments instead of C99 comments for portability
authorTheodore Ts'o <tytso@mit.edu>
Sun, 13 Jul 2008 16:27:33 +0000 (12:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Jul 2008 20:06:56 +0000 (16:06 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext3_extents.h

index ba980e4..05c2264 100644 (file)
@@ -37,7 +37,7 @@
  * if EXT_DEBUG is defined you can use 'extdebug' mount option
  * to get lots of info what's going on
  */
-//#define EXT_DEBUG
+/* #define EXT_DEBUG */
 #ifdef EXT_DEBUG
 #define ext_debug(tree,fmt,a...)                       \
 do {                                                   \