Browse Source

doc: Fix misplaced braces.

Ludovic Courtès 13 years ago
parent
commit
e27f81227c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/chapters/advanced-api.texi

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

@@ -303,7 +303,7 @@ todo
 todo
 @end deftypefun
 
-@deftypefun int starpu_combined_worker_assign_workerid (int @var{nworkers}, int @var{workerid_array[]})
+@deftypefun int starpu_combined_worker_assign_workerid (int @var{nworkers}, int @var{workerid_array}[])
 Register a new combined worker and get its identifier
 @end deftypefun