Merge pull request #460 from c64kernal/dev_clewfix

Fixed build breakage for CLEW.
This commit is contained in:
Takahito Tejima 2015-04-30 21:37:04 -07:00
commit a04af8958f

View File

@ -151,7 +151,7 @@ CLDeviceContext::HAS_CL_VERSION_1_1 () {
clewInitialized = true;
clewLoadSuccess = clewInit() == CLEW_SUCCESS;
if (not clewLoadSuccess) {
error(stderr, "Loading OpenCL failed.\n");
error("Loading OpenCL failed.\n");
}
}
return clewLoadSuccess;