aboutsummaryrefslogtreecommitdiff
path: root/src/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.c')
-rw-r--r--src/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.c b/src/info.c
index db98192..1eac988 100644
--- a/src/info.c
+++ b/src/info.c
@@ -58,7 +58,7 @@ void OpenCL_PrintInfo(CCTK_ARGUMENTS)
OpenCL_VWarn("Error: Failed to access platform name!");
return;
}
- OpenCL_VInfo("Platform %d is %s ", i+1, platform_name);
+ OpenCL_VInfo("Platform %d is %s", i+1, platform_name);
err = clGetPlatformInfo(*(platformId+i), CL_PLATFORM_VENDOR, sizeof(vendor_name), &vendor_name, NULL);
if (err != CL_SUCCESS)