[svn-commits] qwell: branch 1.4 r46347 - /branches/1.4/apps/app_page.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Oct 26 13:25:44 MST 2006


Author: qwell
Date: Thu Oct 26 15:25:44 2006
New Revision: 46347

URL: http://svn.digium.com/view/asterisk?rev=46347&view=rev
Log:
Fix small formatting issue, that causes misaligned line

Modified:
    branches/1.4/apps/app_page.c

Modified: branches/1.4/apps/app_page.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_page.c?rev=46347&r1=46346&r2=46347&view=diff
==============================================================================
--- branches/1.4/apps/app_page.c (original)
+++ branches/1.4/apps/app_page.c Thu Oct 26 15:25:44 2006
@@ -60,7 +60,7 @@
 "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";
 
 



More information about the svn-commits mailing list