Fix Line 648, E:0001: Extra space after "]"

This commit is contained in:
notmasteryet 2012-02-17 17:35:48 -06:00
parent dd53edffad
commit fcffbc3804

View File

@ -645,7 +645,7 @@ var PredictorStream = (function PredictorStreamClosure() {
}
} else if (bits === 8) {
for (var i = 0; i < colors; ++i)
buffer[pos++] = rawBytes[i];
buffer[pos++] = rawBytes[i];
for (; i < rowBytes; ++i) {
buffer[pos] = buffer[pos - colors] + rawBytes[i];
pos++;