]> git.wh0rd.org Git - nano.git/commitdiff
more #ifdef tweaks
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 12 Aug 2004 20:06:20 +0000 (20:06 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 12 Aug 2004 20:06:20 +0000 (20:06 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1898 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 16cdd427b1fc138ee24606fc5fec05ac29e3064d..10153caf55cb3f8d1aaeb4d99269c47bffe7a2d5 100644 (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