Remove bogus space from help text.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2475 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Jordi Mallach 2005-04-18 12:31:11 +00:00
parent ad11460eb7
commit b9180f4a82
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ CVS code -
- Use a long instead of an int for the number prepended to the
filename. (DLR)
- nano.c:
help_init()
- Remove extra space from main help text (Jordi).
print1opt_full()
- If desc should be empty, allow it to be NULL instead of
"", since the latter is not necessarily translated as "".