From fd0fe7ef15b4c52fc7cffc34f50be8db2c367a76 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Mon, 4 Mar 2002 16:30:17 +0000 Subject: [PATCH] Prototype fix for get_full_path (DLR) git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1096 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto.h b/proto.h index 39c07f50..239bb8ea 100644 --- a/proto.h +++ b/proto.h @@ -227,7 +227,7 @@ int open_prevfile_void(void), open_nextfile_void(void); char *charalloc (size_t howmuch); char *get_next_filename(char *name); -#if defined (ENABLE_MULTIBUFFER) || !defined (DISABLE_SPELLER) || !defined (DISABLE_OPERATINGDIR) +#if !defined (DISABLE_SPELLER) || !defined (DISABLE_OPERATINGDIR) char *get_full_path(const char *origpath); #endif