X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=extension.c;h=eaaff7d8fbe6ca8fa31907575dcfcf15dd35399d;hp=0309b33fe41a44a9d0be2f93652b51a69521f839;hb=27b95197734350cc99c29929c2527f2c6d5541d6;hpb=5ad4c41dc406a15beaa0a7b73d9dada1df74f939 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);