summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/opencl_device_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/opencl_device_selection.h')
-rw-r--r--sc/source/core/opencl/opencl_device_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/opencl_device_selection.h b/sc/source/core/opencl/opencl_device_selection.h
index 2712adcf288d..153c9549297c 100644
--- a/sc/source/core/opencl/opencl_device_selection.h
+++ b/sc/source/core/opencl/opencl_device_selection.h
@@ -460,7 +460,7 @@ inline ds_status readProfileFromFile(ds_profile* profile, ds_score_deserializer
currentPosition = dataEnd + strlen(DS_TAG_VERSION_END);
// parse the device information
- while (1)
+ while (true)
{
unsigned int i;