summaryrefslogtreecommitdiffstats
path: root/cause.c
diff options
context:
space:
mode:
authorroot2009-07-05 22:14:21 +0200
committerroot2009-07-05 22:14:21 +0200
commite9bfe48fc5254e79e59c6ffc1698912175edf4e3 (patch)
tree63c13b3d019b9a45bcd1b48354e243f133292401 /cause.c
parentChanged GSM api to current development tree of OpenBSC. (diff)
downloadlcr-e9bfe48fc5254e79e59c6ffc1698912175edf4e3.tar.gz
lcr-e9bfe48fc5254e79e59c6ffc1698912175edf4e3.tar.xz
lcr-e9bfe48fc5254e79e59c6ffc1698912175edf4e3.zip
Source cleanup.
modified: bootstrap.c modified: cause.c modified: crypt.cpp modified: endpoint.cpp modified: genext.c modified: genrc.c modified: gentones.c modified: genwave.c modified: ie.cpp modified: join.cpp modified: joinpbx.cpp modified: joinremote.cpp modified: lcradmin.c modified: mail.c modified: main.c modified: message.c modified: route.c modified: socket_server.c modified: tones.c modified: trace.c modified: vbox.cpp
Diffstat (limited to 'cause.c')
-rw-r--r--cause.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cause.c b/cause.c
index b6fba82..3b9ae8d 100644
--- a/cause.c
+++ b/cause.c
@@ -340,8 +340,7 @@ char *get_isdn_cause(int cause, int location, int type)
if (cause<0 || cause>127)
cause = 0;
- switch(type)
- {
+ switch(type) {
case DISPLAY_CAUSE_NUMBER:
SPRINT(result, "Cause %d", cause);
break;