Give "initialized" the right data type.

svn path=/trunk/; revision=26101
This commit is contained in:
Guy Harris 2008-08-27 22:46:03 +00:00
parent 205d47a905
commit 56ae1ea2f7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ void
proto_reg_handoff_tcpencap(void)
{
static dissector_handle_t tcpencap_handle;
static initialized = FALSE;
static gboolean initialized = FALSE;
static guint tcpencap_tcp_port;
if (!initialized) {