about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-12 23:48:45 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-12 23:48:45 +0000
commitece8f31d565e5345cd49b44950fc7d437f32d309 (patch)
tree0e9b3283332b282914872b49dfa11c140654d0ba /editor
parent77e538c6f620cdaba8fa95bf7a96482fb3395485 (diff)
downloadnetpbm-mirror-ece8f31d565e5345cd49b44950fc7d437f32d309.tar.gz
netpbm-mirror-ece8f31d565e5345cd49b44950fc7d437f32d309.tar.xz
netpbm-mirror-ece8f31d565e5345cd49b44950fc7d437f32d309.zip
Fix syntax error from previous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4406 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rwxr-xr-xeditor/pnmquantall2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmquantall b/editor/pnmquantall
index b818ef07..f18852a1 100755
--- a/editor/pnmquantall
+++ b/editor/pnmquantall
@@ -145,7 +145,7 @@ sub tempFile($) {
 sub makeColorMap($$$$) {
     my ($fileNamesR, $newColorCt, $colorMapFileName, $errorR) = @_;
 
-    my $pamcatCmd = \
+    my $pamcatCmd =
        "pamcat -extendplane -topbottom -white -jleft @{$fileNamesR}";
 
     my $pnmcolormapCmd = "pnmcolormap $newColorCt";