[RFC 3/3] readline: fix the 'new blank line at EOF' typo

Antony Pavlov antonynpavlov at gmail.com
Fri Oct 26 01:58:55 EDT 2012


Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 lib/readline.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/readline.c b/lib/readline.c
index 37566c3..3fb620e 100644
--- a/lib/readline.c
+++ b/lib/readline.c
@@ -353,4 +353,3 @@ int readline(const char *prompt, char *buf, int len)
 
 	return rc < 0 ? rc : len;
 }
-
-- 
1.7.10.4




More information about the barebox mailing list