From: Tom Stellard Date: Fri, 20 Mar 2015 23:55:58 +0000 (+0000) Subject: clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION X-Git-Tag: upstream/17.1.0~19858 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96f9cc9181403a93208cb44786c485ce44492eda;p=platform%2Fupstream%2Fmesa.git clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION This is required by the spec. Reviewed-by: Jan Vesely Reviewed-by: Francisco Jerez --- diff --git a/src/gallium/state_trackers/clover/api/device.cpp b/src/gallium/state_trackers/clover/api/device.cpp index 5d1f4ab..04f293d 100644 --- a/src/gallium/state_trackers/clover/api/device.cpp +++ b/src/gallium/state_trackers/clover/api/device.cpp @@ -341,7 +341,7 @@ clGetDeviceInfo(cl_device_id d_dev, cl_device_info param, break; case CL_DEVICE_OPENCL_C_VERSION: - buf.as_string() = "OpenCL C 1.1"; + buf.as_string() = "OpenCL C 1.1 "; break; case CL_DEVICE_PARENT_DEVICE: