code before declaration.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1424 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-05-10 18:04:17 +00:00
parent af6d8fa271
commit 3230f6ef20
1 changed files with 1 additions and 1 deletions

View File

@ -35,9 +35,9 @@ static const char modname[] = "mod_commands";
static switch_status_t status_function(char *cmd, switch_stream_handle_t *stream)
{
uint8_t html = 0;
switch_core_time_duration_t duration;
switch_core_measure_time(switch_core_uptime(), &duration);
uint8_t html = 0;
if (cmd && strstr(cmd, "html")) {
html = 1;