Pārlūkot izejas kodu

doc/chapters/basic-api.texi: remove un-needed ';'

Nathalie Furmento 13 gadi atpakaļ
vecāks
revīzija
b16a2065f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      doc/chapters/basic-api.texi

+ 1 - 1
doc/chapters/basic-api.texi

@@ -1836,7 +1836,7 @@ Places the OpenCL context of the device designated by @var{devid} into @var{cont
 Places the cl_device_id corresponding to @var{devid} in @var{device}.
 @end deftypefun
 
-@deftypefun void starpu_opencl_get_queue (int @var{devid}, {cl_command_queue *}@var{queue});
+@deftypefun void starpu_opencl_get_queue (int @var{devid}, {cl_command_queue *}@var{queue})
 Places the command queue of the the device designated by @var{devid} into @var{queue}.
 @end deftypefun