aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-11-08 16:17:20 +0100
committerHarald Welte <laforge@gnumonks.org>2016-11-16 10:08:02 +0000
commit35daa67763b53790edecd8329d4012b9b1ed436f (patch)
treed71f252f8637b028af427ebf0493125a480e89ce
parentab3b5606fe02cd87241e9992cfe232eed07033f9 (diff)
e1_input: remove superflous semi colon
-rw-r--r--src/e1_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e1_input.c b/src/e1_input.c
index 970bdb9..2c8a541 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -232,7 +232,7 @@ int abis_sendmsg(struct msgb *msg)
struct e1inp_sign_link *sign_link = msg->dst;
struct e1inp_driver *e1inp_driver;
struct e1inp_ts *e1i_ts;
-;
+
msg->l2h = msg->data;
/* don't know how to route this message. */