mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix newline in sample_image_pixel_float_offset log (#1446)
This commit is contained in:
committed by
GitHub
parent
1c19a4cbdb
commit
e3e1786761
@@ -1994,7 +1994,7 @@ FloatPixel sample_image_pixel_float_offset(
|
||||
break;
|
||||
case CL_MEM_OBJECT_IMAGE1D:
|
||||
case CL_MEM_OBJECT_IMAGE1D_BUFFER:
|
||||
log_info("Starting coordinate: %f\b", x);
|
||||
log_info("Starting coordinate: %f\n", x);
|
||||
break;
|
||||
case CL_MEM_OBJECT_IMAGE2D:
|
||||
log_info("Starting coordinate: %f, %f\n", x, y);
|
||||
|
||||
Reference in New Issue
Block a user