---
 src/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util.c b/src/util.c
index 94b2fca..511683a 100644
--- a/src/util.c
+++ b/src/util.c
@@ -956,7 +956,7 @@ unsigned char *unpack_7bit_own_buf(const unsigned char *in, 
long len,
         * character.
         */
        if (ussd && (((out - buf) % 8) == 0) && (*(out - 1) == '\r'))
-                       out = out - 1;
+               out = out - 1;
 
        if (terminator)
                *out = terminator;
-- 
1.7.0.4

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to