From: David Lawrence Ramsey Date: Wed, 16 Mar 2005 17:00:27 +0000 (+0000) Subject: fix misplaced #endif X-Git-Tag: v1.3.6~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=77abec7ecf50614f08e03ecf116e7fe497fe2aae;p=nano.git fix misplaced #endif git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2381 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/proto.h b/src/proto.h index 5cf9f045..84e99d4e 100644 --- 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