nano

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

commit 8d0fb01ff2d1330453959897e55f175f9e52039c
parent d7cf3733582b61838882cc2562b7103d238ce1eb
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 20 Jun 2005 21:17:01 +0000

comment fix


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

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

diff --git a/src/chars.c b/src/chars.c @@ -864,8 +864,8 @@ bool is_valid_mbstring(const char *s) #ifdef NANO_EXTRA /* Convert the string s to a valid multibyte string with the same wide - * character values as s. Return the (dynamically allocated) - * multibyte string. */ + * character values as s. Return the (dynamically allocated) multibyte + * string. */ char *make_valid_mbstring(const char *s) { assert(s != NULL);