From 0742e088008b03ad4d42027b507d5c28a06a9006 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 28 Feb 2006 18:31:04 +0000 Subject: [PATCH] add a missing newline in the agi app description (thanks wunderkin!) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@11382 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_agi.c b/res/res_agi.c index 1838f555bd..8f96544433 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -90,7 +90,7 @@ static char *descrip = "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";