summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/postproc.c')
-rw-r--r--vp8/common/postproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/postproc.c b/vp8/common/postproc.c
index ccf6ad7dd..a94ae0006 100644
--- a/vp8/common/postproc.c
+++ b/vp8/common/postproc.c
@@ -441,7 +441,7 @@ static void fillrd(struct postproc_state *state, int q, int a)
}
- for (next = next; next < 256; next++)
+ for (; next < 256; next++)
char_dist[next] = 0;
}