Selaa lähdekoodia

tests/main/driver_api/init_run_deinit.c: typo

Nathalie Furmento 13 vuotta sitten
vanhempi
commit
922be3e1fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)