Remove extra trailing ;

This commit is contained in:
paulfradgley
2026-03-03 14:29:37 +00:00
committed by GitHub
parent 4a11211efc
commit b9e25e3240

View File

@@ -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;
}