Code cleanup: use booleans where appropriate

This commit is contained in:
Campbell Barton
2014-01-28 03:52:21 +11:00
parent 60287e23b5
commit a5c35fb27f
66 changed files with 248 additions and 233 deletions

View File

@@ -36,7 +36,7 @@ extern "C" {
#include "COM_MovieDistortionOperation.h"
static ThreadMutex s_compositorMutex;
static char is_compositorMutex_init = FALSE;
static bool is_compositorMutex_init = FALSE;
static void intern_freeCompositorCaches()
{