[Bf-blender-cvs] [36426c3] master: Cycles: Code cleanup, double semicolon

Sergey Sharybin noreply at git.blender.org
Fri Jul 3 15:49:39 CEST 2015


Commit: 36426c3ee2d957c1898555f51ec828b31c5f746c
Author: Sergey Sharybin
Date:   Fri Jul 3 15:44:24 2015 +0200
Branches: master
https://developer.blender.org/rB36426c3ee2d957c1898555f51ec828b31c5f746c

Cycles: Code cleanup, double semicolon

===================================================================

M	intern/cycles/device/device_opencl.cpp

===================================================================

diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index 11c16b5..39aa8c1 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;
 }




More information about the Bf-blender-cvs mailing list