소스 검색

doc/chapters/advanced-examples.texi: typo

Nathalie Furmento 12 년 전
부모
커밋
2957911ae2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/chapters/advanced-examples.texi

+ 2 - 2
doc/chapters/advanced-examples.texi

@@ -1278,9 +1278,9 @@ the field @code{dyn_handles} when defining a task and the field
 
 @cartouche
 @smallexample
-enum starpu_access_mode modes[STARPU_NMAXBUFS+1] = {
+enum starpu_access_mode modes[STARPU_NMAXBUFS+1] = @{
 	STARPU_R, STARPU_R, ...
-};
+@};
 
 struct starpu_codelet dummy_big_cl =
 @{