remove unneeded blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3533 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-20 17:29:14 +00:00
parent 51cb7fd293
commit c0899cb8eb
1 changed files with 0 additions and 1 deletions

View File

@ -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 */