Fix compile after 48262 ( braces)

This commit is contained in:
Jens Verwiebe 2012-06-25 11:13:27 +00:00
parent 1755a0ada6
commit 23f632a49c

@ -33,7 +33,7 @@ extern "C" {
#include "COM_WorkScheduler.h"
#include "OCL_opencl.h"
static ThreadMutex compositorMutex = {{0}};
static ThreadMutex compositorMutex = {(0)};
static char is_compositorMutex_init = FALSE;
void COM_execute(RenderData *rd, bNodeTree *editingtree, int rendering)
{