aboutsummaryrefslogtreecommitdiff
path: root/src/info.c
diff options
context:
space:
mode:
authoreschnett <eschnett@4054007a-4839-4648-a056-eb81e030d849>2012-05-05 20:33:59 +0000
committereschnett <eschnett@4054007a-4839-4648-a056-eb81e030d849>2012-05-05 20:33:59 +0000
commitbf7b3abf06358fb2269a9504b802e0e9f2fd46ee (patch)
tree8283dc76f10b902796d6adc7a41efb3edb9df98d /src/info.c
parenta8df43d43b3a929dced4015331d460de7b30cf9a (diff)
Improve white space in device information output
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenCL/trunk@9 4054007a-4839-4648-a056-eb81e030d849
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)