From: Jason Parker Date: Thu, 26 Oct 2006 20:25:44 +0000 (+0000) Subject: Fix small formatting issue, that causes misaligned line X-Git-Tag: 1.4.0-beta4~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f10529efed5c300ac06ab7f8ccc11ce9c83bef84;p=thirdparty%2Fasterisk.git Fix small formatting issue, that causes misaligned line git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46347 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_page.c b/apps/app_page.c index 268ded2abc..bb27fde3be 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -60,7 +60,7 @@ static const char *page_descrip = "caller is dumped into the conference as a speaker and the room is\n" "destroyed when the original caller leaves. Valid options are:\n" " d - full duplex audio\n" -" q - quiet, do not play beep to caller\n" +" q - quiet, do not play beep to caller\n" " r - record the page into a file (see 'r' for app_meetme)\n";