cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2690 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-16 01:56:51 +00:00
parent c1b960947e
commit 77d0feae05
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ bool is_valid_mbstring(const char *s)
return
#ifdef NANO_WIDE
(!ISSET(NO_UTF8)) ?
!ISSET(NO_UTF8) ?
(mbstowcs(NULL, s, (size_t)-1) != (size_t)-1) :
#endif