[asterisk-commits] branch 1.2 r11382 - /branches/1.2/res/res_agi.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Feb 28 11:31:08 MST 2006


Author: russell
Date: Tue Feb 28 12:31:04 2006
New Revision: 11382

URL: http://svn.digium.com/view/asterisk?rev=11382&view=rev
Log:
add a missing newline in the agi app description (thanks wunderkin!)

Modified:
    branches/1.2/res/res_agi.c

Modified: branches/1.2/res/res_agi.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/res/res_agi.c?rev=11382&r1=11381&r2=11382&view=diff
==============================================================================
--- branches/1.2/res/res_agi.c (original)
+++ branches/1.2/res/res_agi.c Tue Feb 28 12:31:04 2006
@@ -90,7 +90,7 @@
 "and stdout.\n"
 "Returns -1 on hangup (except for DeadAGI) or if application requested\n"
 " hangup, or 0 on non-hangup exit. \n"
-"Using 'EAGI' provides enhanced AGI, with incoming audio available out of band"
+"Using 'EAGI' provides enhanced AGI, with incoming audio available out of band\n"
 "on file descriptor 3\n\n"
 "Use the CLI command 'show agi' to list available agi commands\n";
 



More information about the asterisk-commits mailing list