summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/openclwrapper.cxx')
-rw-r--r--sc/source/core/opencl/openclwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx
index f7693d8b0bc8..c73ba39747a4 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -370,7 +370,7 @@ bool buildProgram(const char* buildOption, GPUEnv* gpuInfo, int idx)
}
if ( clStatus != CL_SUCCESS )
{
- return 0;
+ return false;
}
boost::scoped_array<char> buildLog(new char[length]);