aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_while.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-30 18:39:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-30 18:39:35 +0000
commit7631c375725f4d8cc390e29dd7fa85264cfb0faa (patch)
tree6eaa1d1a3f69435d2488974797cba57367f91d18 /apps/app_while.c
parent1ce5e7e0fc34baa82969174ae1857fc85a39dbbe (diff)
Update tdesc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4932 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_while.c')
-rwxr-xr-xapps/app_while.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_while.c b/apps/app_while.c
index 2561f980c..e33bae52f 100755
--- a/apps/app_while.c
+++ b/apps/app_while.c
@@ -46,7 +46,7 @@ static char *stop_desc = " EndWhile()\n"
static char *stop_synopsis = "End A While Loop";
-static char *tdesc = "";
+static char *tdesc = "While Loops and Conditional Execution";