소스 검색

tests/main/driver_api/init_run_deinit.c: typo

Nathalie Furmento 13 년 전
부모
커밋
922be3e1fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/main/driver_api/init_run_deinit.c

+ 1 - 1
tests/main/driver_api/init_run_deinit.c

@@ -155,7 +155,7 @@ test_opencl(void)
         cl_int err;
         cl_platform_id platform;
         cl_uint dummy;
-	int opencl;
+	int nopencl;
 
         err = clGetPlatformIDs(1, &platform, &dummy);
         if (err != CL_SUCCESS)