Signed-off-by: Lu Guanqun <guanqun...@intel.com> --- utests/utest_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utests/utest_helper.hpp b/utests/utest_helper.hpp index e7f43fc..4a6071d 100644 --- a/utests/utest_helper.hpp +++ b/utests/utest_helper.hpp @@ -50,7 +50,7 @@ extern EGLSurface eglSurface; #define OCL_THROW_ERROR(FN, STATUS) \ do { \ char msg[2048]; \ - sprintf(msg, "error calling %s with error%s \n", #FN, err_msg[-STATUS]); \ + sprintf(msg, "error calling %s with error %s \n", #FN, err_msg[-STATUS]); \ OCL_ASSERTM(false, msg); \ } while (0) _______________________________________________ Beignet mailing list Beignet@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/beignet