still more miscellaneous comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
6e1cd2d2f3
commit
30ca7d5219
|
@ -1696,8 +1696,8 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
/* Write a marked selection from a file out. Return TRUE on success or
|
/* Write a marked selection from a file out to disk. Return TRUE on
|
||||||
* FALSE on error. */
|
* success or FALSE on error. */
|
||||||
bool write_marked_file(const char *name, FILE *f_open, bool tmp,
|
bool write_marked_file(const char *name, FILE *f_open, bool tmp,
|
||||||
append_type append)
|
append_type append)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue