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

Commit 324a98f1 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: I6262a725068f89c989e2e6706bcd220ddb217c8e
parents f7e148c1 1bc4eae3
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';
            }