[Asterisk-cvs] asterisk/apps app_alarmreceiver.c,1.4,1.4.2.1

russell at lists.digium.com russell at lists.digium.com
Thu Nov 25 02:33:15 CST 2004


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

Modified Files:
      Tag: v1-0
	app_alarmreceiver.c 
Log Message:
get rid of stray '\n' (bug 2922)


Index: app_alarmreceiver.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_alarmreceiver.c,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- app_alarmreceiver.c	27 Sep 2004 05:06:22 -0000	1.4
+++ app_alarmreceiver.c	25 Nov 2004 07:32:43 -0000	1.4.2.1
@@ -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