about summary refs log tree commit diff
path: root/editor/ppmquantall
diff options
context:
space:
mode:
Diffstat (limited to 'editor/ppmquantall')
-rwxr-xr-xeditor/ppmquantall4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/ppmquantall b/editor/ppmquantall
index af1ce22c..bc314d4d 100755
--- a/editor/ppmquantall
+++ b/editor/ppmquantall
@@ -62,8 +62,8 @@ files=($@)
 # To be robust, we need to use Pnmfile to get that information, or 
 # Put this program in C and use ppm_readppminit().
 
-set widths=()
-set heights=()
+widths=()
+heights=()
 
 for i in ${files[@]}; do
     widths=(${widths[*]} `grep -v '^#' $i | sed '1d; s/ .*//; 2q'`)