From 77abec7ecf50614f08e03ecf116e7fe497fe2aae Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 16 Mar 2005 17:00:27 +0000
Subject: [PATCH] fix misplaced #endif

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2381 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/proto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab