nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 77abec7ecf50614f08e03ecf116e7fe497fe2aae
parent ba5b12c1fa543ebbbdbf3f9ab98d6e88aad3c350
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 16 Mar 2005 17:00:27 +0000

fix misplaced #endif


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2381 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/proto.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/proto.h b/src/proto.h @@ -156,8 +156,8 @@ bool is_alnum_char(int c); bool is_alnum_mbchar(const char *c); #ifdef NANO_WIDE bool is_alnum_wchar(wchar_t wc); -#endif bool is_ascii_char(int c); +#endif bool is_blank_char(int c); bool is_blank_mbchar(const char *c); #ifdef NANO_WIDE