LGTM, pushed, thanks.

On Wed, Aug 28, 2013 at 10:16:57AM +0800, Lu Guanqun wrote:
> 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
_______________________________________________
Beignet mailing list
Beignet@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to