Minor tweak to the band layout offset
diff --git a/libcelt/modes.c b/libcelt/modes.c
index 2ec547a..7447a5c 100644
--- a/libcelt/modes.c
+++ b/libcelt/modes.c
@@ -149,6 +149,8 @@
    /* Linear spacing (min_width) */
    for (i=0;i<low;i++)
       eBands[i] = min_bins*i;
+   if (low>0)
+      offset = eBands[low-1]*res - bark_freq[lin-1];
    /* Spacing follows critical bands */
    for (i=0;i<high;i++)
    {