소스 검색

Add missing newline

Samuel Thibault 7 년 전
부모
커밋
3225f419e8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/gdbinit

+ 2 - 2
tools/gdbinit

@@ -262,7 +262,7 @@ end
 define starpu-print-all-tasks
   set language c
   if ! _starpu_debug
-    printf "you need to configure with --enable-debug to get starpu-print-all-tasks working"
+    printf "you need to configure with --enable-debug to get starpu-print-all-tasks working\n"
   else
     set $l = all_jobs_list->next
     while $l != &all_jobs_list
@@ -277,7 +277,7 @@ end
 define starpu-all-tasks
   set language c
   if ! _starpu_debug
-    printf "you need to configure with --enable-debug to get starpu-all-tasks working"
+    printf "you need to configure with --enable-debug to get starpu-all-tasks working\n"
   else
     set $l = all_jobs_list->next
     while $l != &all_jobs_list