From c9e1ced4ddc9c801bdd68cc1ac6f5e99768fe108 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 28 Mar 2012 01:06:43 +0000 Subject: code cleanup: (dont include ';' in defines), last commit also missed changes to paint_image.c --- source/blender/avi/intern/avi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/avi/intern/avi.c') diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c index 1fab96b2075..dff22867d81 100644 --- a/source/blender/avi/intern/avi.c +++ b/source/blender/avi/intern/avi.c @@ -53,7 +53,7 @@ static int AVI_DEBUG=0; static char DEBUG_FCC[4]; -#define DEBUG_PRINT(x) if (AVI_DEBUG) printf("AVI DEBUG: " x); +#define DEBUG_PRINT(x) if (AVI_DEBUG) { printf("AVI DEBUG: " x); } (void)0 /* local functions */ char *fcc_to_char (unsigned int fcc); -- cgit v1.2.3