Commit 30ca7d52 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

still more miscellaneous comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -1696,8 +1696,8 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type ...@@ -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)
{ {
......
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