[Asterisk-cvs] asterisk/apps app_alarmreceiver.c,1.5,1.6

markster at lists.digium.com markster at lists.digium.com
Mon Nov 22 21:14:14 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv5784/apps

Modified Files:
	app_alarmreceiver.c 
Log Message:
Quickie fix to remove unnecessary newline (bug #2922)


Index: app_alarmreceiver.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_alarmreceiver.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- app_alarmreceiver.c	2 Oct 2004 00:58:31 -0000	1.5
+++ app_alarmreceiver.c	23 Nov 2004 02:13:56 -0000	1.6
@@ -55,7 +55,7 @@
 
 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"




More information about the svn-commits mailing list