浏览代码

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

Nathalie Furmento 13 年之前
父节点
当前提交
b16a2065f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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