From: Russell Bryant Date: Tue, 20 Feb 2007 19:49:50 +0000 (+0000) Subject: Convert a tab to spaces so that the documentation is printed out properly X-Git-Tag: 1.2.16~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82bc576ea460327f8f5d6cf630d0a3aefbee95f1;p=thirdparty%2Fasterisk.git Convert a tab to spaces so that the documentation is printed out properly aligned. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@55588 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_page.c b/apps/app_page.c index e57e5d0510..9816dbf13a 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -56,7 +56,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"; STANDARD_LOCAL_USER;