Procházet zdrojové kódy

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

Nathalie Furmento před 13 roky
rodič
revize
b16a2065f7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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