diff options
-rw-r--r-- | camel/camel-stream-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-filter.c b/camel/camel-stream-filter.c index e9c5e69f9c..f689d2d638 100644 --- a/camel/camel-stream-filter.c +++ b/camel/camel-stream-filter.c @@ -28,7 +28,7 @@ #include <string.h> #include "camel-stream-filter.h" -#define d(x) x +#define d(x) /* use my malloc debugger? */ /*extern void g_check(void *mp);*/ |