aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_80.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 08:47:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 08:47:44 +0200
commitacf8a0c59f2e36e00755004693deda2508e4e267 (patch)
tree034b8432febe4d66bb76b4937cb45a0bcbb1b573 /openbsc/src/gsm_04_80.c
parentca8d0063f9d0da5f5d56dd39740a542b42d5f9cf (diff)
[misc] Remove whitespace from the end of the line.
Diffstat (limited to 'openbsc/src/gsm_04_80.c')
-rw-r--r--openbsc/src/gsm_04_80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_80.c b/openbsc/src/gsm_04_80.c
index 8271274f1..2112e3f99 100644
--- a/openbsc/src/gsm_04_80.c
+++ b/openbsc/src/gsm_04_80.c
@@ -236,7 +236,7 @@ static int parse_process_uss_req(u_int8_t *uss_req_data, u_int8_t length,
gsm_7bit_decode(req->text,
&(uss_req_data[7]), num_chars);
/* append null-terminator */
- req->text[num_chars+1] = 0;
+ req->text[num_chars+1] = 0;
rc = 1;
}
}