Commit 62d616b6 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@2820 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9838a518
Showing with 2 additions and 1 deletion
+2 -1
......@@ -4150,7 +4150,8 @@ void do_credits(void)
};
/* credits[14]: Make sure this name is displayed properly, since we
* can't dynamically assign it above. */
* can't dynamically assign it above, using Unicode 00F6 (Latin
* Small Letter O with Diaresis) if applicable. */
credits[14] =
#ifdef NANO_WIDE
ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :
......
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