From: Russell Bryant Date: Thu, 25 Nov 2004 07:32:43 +0000 (+0000) Subject: get rid of stray '\n' (bug 2922) X-Git-Tag: 1.0.11.1~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9417e2e59ad8b71ff58aa3c36aca8808bbf7b0;p=thirdparty%2Fasterisk.git get rid of stray '\n' (bug 2922) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4340 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c index 28d28b4c43..5524230368 100755 --- a/apps/app_alarmreceiver.c +++ b/apps/app_alarmreceiver.c @@ -55,7 +55,7 @@ static char *tdesc = "Alarm Receiver for Asterisk"; static char *app = "AlarmReceiver"; -static char *synopsis = "Provide support for receving alarm reports from a burglar or fire alarm panel\n"; +static char *synopsis = "Provide support for receving alarm reports from a burglar or fire alarm panel"; static char *descrip = "Alarm receiver application for Asterisk. Only 1 signalling format is supported at this time:\n" "Ademco Contact ID. This application should be called whenever there is an alarm panel calling in\n"