From: Michael Jerris Date: Tue, 29 Jan 2008 19:53:24 +0000 (+0000) Subject: whoops X-Git-Tag: v1.0-rc1~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36645e2c028f801d8b2d92c5a3552ec3518c434;p=thirdparty%2Ffreeswitch.git whoops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7426 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 42f458ffe3..465b34f88c 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -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);