From: Michael Jerris Date: Wed, 10 May 2006 18:04:17 +0000 (+0000) Subject: code before declaration. X-Git-Tag: v1.0-beta1~2667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3230f6ef20bc71f743f7c93e2e07dccd8e8e1b48;p=thirdparty%2Ffreeswitch.git code before declaration. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1424 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 fefed8ab50..2a0d5747d8 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -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;