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

remove unneeded blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3533 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -1016,7 +1016,6 @@ bool is_valid_mbstring(const char *s)
use_utf8 ?
(mbstowcs(NULL, s, 0) != (size_t)-1) :
#endif
TRUE;
}
#endif /* ENABLE_NANORC */
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