git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7426 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-29 19:53:24 +00:00
parent 985a1dbc59
commit f36645e2c0
1 changed files with 1 additions and 1 deletions

View File

@ -1794,7 +1794,7 @@ SWITCH_STANDARD_API(show_function)
return SWITCH_STATUS_SUCCESS;
}
/* If you changes the field qty or order of any of these select /*
/* If you changes the field qty or order of any of these select */
/* statmements, you must also change show_callback and friends to match! */
if (!command) {
stream->write_function(stream, "-USAGE: %s\n", SHOW_SYNTAX);