ソースを参照

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