Commit e534aae7 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2657 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment