Procházet zdrojové kódy

doc: Fix misplaced braces.

Ludovic Courtès před 13 roky
rodič
revize
e27f81227c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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