diff --git a/gdb/remote-array.c b/gdb/remote-array.c index 49e236d4c62..0b36af1880f 100644 --- a/gdb/remote-array.c +++ b/gdb/remote-array.c @@ -703,7 +703,7 @@ array_resume (pid, step, sig) if (step) { printf_monitor ("s\n"); } else { - printf_monitor ("go"); + printf_monitor ("go\n"); } }