Explorar o código

Add missing newline

Samuel Thibault %!s(int64=7) %!d(string=hai) anos
pai
achega
3225f419e8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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