about summary refs log tree commit diff
path: root/editor/pnmtile.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmtile.c')
-rw-r--r--editor/pnmtile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmtile.c b/editor/pnmtile.c
index 5ec53415..ca542c43 100644
--- a/editor/pnmtile.c
+++ b/editor/pnmtile.c
@@ -70,7 +70,7 @@ parseCommandLine(int argc, const char ** argv,
                 pm_error("There are at most three arguments: "
                          "width, height, file name.  You specified %u",
                          argc-1);
-        } else 
+        } else
             cmdlineP->inputFileName = "-";
     }
 }