Cycles: Code cleanup, double semicolon

This commit is contained in:
Sergey Sharybin
2015-07-03 15:44:24 +02:00
parent 3129685f38
commit 36426c3ee2

View File

@@ -141,7 +141,7 @@ bool opencl_device_supported(const string& platform_name,
if(platform_name == "AMD Accelerated Parallel Processing" &&
device_type == CL_DEVICE_TYPE_GPU)
{
return true;;
return true;
}
return false;
}