소스 검색

Fix output layout

Samuel Thibault 13 년 전
부모
커밋
9fcd3cbcb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/profiling/bound.c

+ 1 - 1
src/profiling/bound.c

@@ -586,7 +586,7 @@ void starpu_bound_print_lp(FILE *output)
 			}
 
 
-		fprintf(output, "\n/* Each tag finishes when its corresponding task finishes */");
+		fprintf(output, "\n/* Each tag finishes when its corresponding task finishes */\n");
 		for (t1 = tasks; t1; t1 = t1->next)
 			if (t1->use_tag)
 			{