dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 279442 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r279442 | pabelanger | 2010-07-25 17:26:42 -0400 (Sun, 25 Jul 2010) | 2 lines
  
  Add trailing backslash to silence warning message. 
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@279443 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
pabelanger 2010-07-25 21:28:10 +00:00
parent c25725befb
commit a5d653445e
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ AST_TEST_DEFINE(test_func_file)
switch (cmd) {
case TEST_INIT:
info->name = "func_file";
info->category = "/funcs/func_env";
info->category = "/funcs/func_env/";
info->summary = "Verify behavior of the FILE() dialplan function";
info->description =
"Verifies that the examples of the FILE() dialplan function documentation work as described.";