mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
Quickie fix to remove unnecessary newline (bug #2922)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,7 +55,7 @@ static char *tdesc = "Alarm Receiver for Asterisk";
|
|||||||
|
|
||||||
static char *app = "AlarmReceiver";
|
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 =
|
static char *descrip =
|
||||||
"Alarm receiver application for Asterisk. Only 1 signalling format is supported at this time:\n"
|
"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"
|
"Ademco Contact ID. This application should be called whenever there is an alarm panel calling in\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user