summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 57e2ba2c..9f6cfdc2 100644
--- a/src/util.c
+++ b/src/util.c
@@ -933,8 +933,9 @@ unsigned char *unpack_7bit_own_buf(const unsigned char *in, long len,
out++;
bits = 7;
rest = 0;
- } else
+ } else {
bits = bits - 1;
+ }
}
/* According to 23.038 6.1.2.3.1, last paragraph: