Fix folding bug in draft too
diff --git a/doc/draft-ietf-codec-opus-update.xml b/doc/draft-ietf-codec-opus-update.xml
index 31f282f..8522857 100644
--- a/doc/draft-ietf-codec-opus-update.xml
+++ b/doc/draft-ietf-codec-opus-update.xml
@@ -298,7 +298,7 @@
           while(M*eBands[--fold_start] > effective_lowband);
           fold_end = lowband_offset-1;
 -         while(M*eBands[++fold_end] < effective_lowband+N);
-+         while(++fold_end < i && M*eBands[++fold_end] < \
++         while(++fold_end < i && M*eBands[fold_end] < \
 effective_lowband+N);
           x_cm = y_cm = 0;
           fold_i = fold_start; do {