about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-18 03:50:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-18 03:50:11 +0000
commit4aa3328481329d837ba65698705a2e32c95e405b (patch)
tree2cff2ec673369e93d522309eb9b9b33158335383 /editor
parent8e01637df59e9a366dede344bfb0df4343f540eb (diff)
downloadnetpbm-mirror-4aa3328481329d837ba65698705a2e32c95e405b.tar.gz
netpbm-mirror-4aa3328481329d837ba65698705a2e32c95e405b.tar.xz
netpbm-mirror-4aa3328481329d837ba65698705a2e32c95e405b.zip
Release 10.35.20
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@171 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/ppmchange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/ppmchange.c b/editor/ppmchange.c
index 92d55527..6d3839bd 100644
--- a/editor/ppmchange.c
+++ b/editor/ppmchange.c
@@ -72,7 +72,7 @@ parseCommandLine(int argc, char ** argv,
     optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
         /* Uses and sets argc, argv, and some of *cmdlineP and others. */
 
-    if (!closenessSpec)
+    if (!remainderSpec)
         cmdlineP->remainder_colorname = NULL;
 
     if (!closenessSpec)