Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ddc27d0 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am f1a4618e: am 324a98f1: merge from open-source master

parents 42cd1c99 f1a4618e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ retry:
                    /* Add non-blank lines to history. */
                    linenoiseHistoryAdd(rl_start);
                }
                out2str("\r\n");
                out2str("\n");
                /* Client expects a newline at end of input, doesn't expect null */
                rl_start[el_len++] = '\n';
            }