aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-11-08 16:17:20 +0100
committerAlexander Couzens <lynxis@fe80.eu>2016-11-08 16:17:20 +0100
commit37889573329b37ec29d893629ff2343da70a9921 (patch)
tree8cdcee45a9b7da56cdca228b402cdafb09aeefd8
parent7dfa328efea8857aa1f25a43f7912298cc4105e6 (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 7222cee..8eecc0d 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. */