summaryrefslogtreecommitdiffstats
path: root/extension.c
diff options
context:
space:
mode:
authorSuper User2008-03-21 18:42:41 +0100
committerSuper User2008-03-21 18:42:41 +0100
commita396a7e8da350e3c08b431cc096d058d6797bb55 (patch)
treefd32a77df5a95c21d5be4a1d9dfb21e4fa8cbeb6 /extension.c
parenttrace fix (diff)
downloadlcr-a396a7e8da350e3c08b431cc096d058d6797bb55.tar.gz
lcr-a396a7e8da350e3c08b431cc096d058d6797bb55.tar.xz
lcr-a396a7e8da350e3c08b431cc096d058d6797bb55.zip
more screening bug, more trace bug
modified: action.cpp modified: extension.c modified: interface.c
Diffstat (limited to 'extension.c')
-rw-r--r--extension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension.c b/extension.c
index 0309b33..eaaff7d 100644
--- a/extension.c
+++ b/extension.c
@@ -948,7 +948,7 @@ int write_extension(struct extension *ext, char *number)
fprintf(fp,"# Interface(s) to ring on calls to extension (as named in interface.conf)\n");
fprintf(fp,"# Seperate multiple interfaces by using komma without spaces\n");
- fprintf(fp,"# Example: Int would ring on the interface with the name \"Int\"");
+ fprintf(fp,"# Example: Int would ring on the interface with the name \"Int\"\n");
fprintf(fp,"# Int1,Int2 would ring incoming calls on both interfaces Int1 and Int2.\n");
fprintf(fp,"interfaces %s\n\n",ext->interfaces);