From e534aae70161c4acabffcea9af7da7e9f1dbf0e9 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 14 Jun 2005 02:03:56 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2657 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/chars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chars.c b/src/chars.c index 066f89e9..85f01670 100644 --- a/src/chars.c +++ b/src/chars.c @@ -248,8 +248,8 @@ int mb_cur_max(void) } /* Convert the value in chr to a multibyte character with the same - * wide character value as chr. Return the (dynamically allocated) - * multibyte character and its length. */ + * wide character value as chr, if possible. Return the (dynamically + * allocated) multibyte character and its length. */ char *make_mbchar(int chr, int *chr_mb_len) { char *chr_mb; -- 2.39.5