summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAndreas Eversberg2011-02-20 10:35:40 +0100
committerAndreas Eversberg2011-02-20 10:40:29 +0100
commit7308159228add750d8c3729846d950de5599a9e5 (patch)
tree2c0b799042e9a6a029feaecc3bf7064a21074198 /main.c
parentFixed transmission of call trace on LCR socket. (diff)
downloadlcr-7308159228add750d8c3729846d950de5599a9e5.tar.gz
lcr-7308159228add750d8c3729846d950de5599a9e5.tar.xz
lcr-7308159228add750d8c3729846d950de5599a9e5.zip
[GSM_BS] Added DTMF support.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0cc68a4..d22ad68 100644
--- a/main.c
+++ b/main.c
@@ -364,7 +364,7 @@ int main(int argc, char *argv[])
}
#if defined WITH_GSM_BS || defined WITH_GSM_MS
- /* handle gsm */
+ /* init gsm */
if (options.gsm && gsm_init()) {
fprintf(stderr, "GSM initialization failed.\n");
goto free;