more #ifdef tweaks

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1898 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-08-12 20:06:20 +00:00
parent df13e3beef
commit 7e8dd19a72
1 changed files with 1 additions and 1 deletions

View File

@ -3265,7 +3265,7 @@ int main(int argc, char *argv[])
#ifndef DISABLE_OPERATINGDIR
char *operating_dir_cpy = operating_dir;
#endif
#ifndef DISABLE_WRAPPING
#ifndef DISABLE_WRAPJUSTIFY
ssize_t wrap_at_cpy = wrap_at;
#endif
#ifndef NANO_SMALL