mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-18 22:09:01 +00:00
Remove extra trailing ;
This commit is contained in:
@@ -758,7 +758,7 @@ static int test_buffer_read(cl_device_id deviceID, cl_context context,
|
||||
NULL, NULL);
|
||||
if (err != CL_SUCCESS)
|
||||
{
|
||||
print_error( err, "clEnqueueReadBuffer failed" );;
|
||||
print_error( err, "clEnqueueReadBuffer failed" );
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user