From: Chris Allegretta Date: Fri, 17 Jan 2003 13:16:09 +0000 (+0000) Subject: Minor #endif fix at the end of files.c X-Git-Tag: v1.1.99pre1~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b32ccd9257243fe5d0a44b27f41f7f1354f853de;p=nano.git Minor #endif fix at the end of files.c git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1373 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/files.c b/files.c index af376d32..b58ee45b 100644 --- a/files.c +++ b/files.c @@ -2954,4 +2954,4 @@ come_from: } } #endif /* ENABLE_NANORC */ -#endif NANO_SMALL +#endif /* NANO_SMALL */