Przeglądaj źródła

tests/main/driver_api/init_run_deinit.c: typo

Nathalie Furmento 13 lat temu
rodzic
commit
922be3e1fd
1 zmienionych plików z 1 dodań i 1 usunięć
  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)