nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 09b34ed34e630b240a348558731eb44fe10cdd52
parent f3ca80e11d96e61e638347de85827c00a9f33952
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 24 Sep 2004 21:48:40 +0000

cosmetic comment fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1941 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/winio.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/winio.c b/src/winio.c @@ -1553,9 +1553,9 @@ size_t xplustabs(void) size_t actual_x(const char *str, size_t xplus) { size_t i = 0; - /* the position in str, returned */ + /* The position in str, returned. */ size_t length = 0; - /* the screen display width to str[i] */ + /* The screen display width to str[i]. */ assert(str != NULL);