9
0
Fork 0

readline: fix the 'new blank line at EOF' typo

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2012-10-26 09:58:55 +04:00 committed by Sascha Hauer
parent ad439b75a2
commit ff6b691a8c
1 changed files with 0 additions and 1 deletions

View File

@ -353,4 +353,3 @@ int readline(const char *prompt, char *buf, int len)
return rc < 0 ? rc : len;
}