Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-07-03 16:44:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-03 16:44:57 +0300
commit36426c3ee2d957c1898555f51ec828b31c5f746c (patch)
tree668d6d32acbec2975a4ff5d4eb9cdd5f1d2ea75f /intern/cycles/device/device_opencl.cpp
parent3129685f3845eef9488bdb611fe9f03be12c9adb (diff)
Cycles: Code cleanup, double semicolon
Diffstat (limited to 'intern/cycles/device/device_opencl.cpp')
-rw-r--r--intern/cycles/device/device_opencl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index 11c16b5f29e..39aa8c1e677 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -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;
}