aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-rs_repadm.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-28 12:43:40 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-28 12:43:40 +0000
commite592d50c91cb7242ee79afb3966bd89ddbc7b1de (patch)
tree11c64c88937076d1f0e632fc0e891ab2caafb002 /packet-dcerpc-rs_repadm.c
parent1ad1d6dc001fd186bf22c6bf7bf23d3e552e018a (diff)
removed some MSVC warnings (warning level 2)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9459 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-rs_repadm.c')
-rw-r--r--packet-dcerpc-rs_repadm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-rs_repadm.c b/packet-dcerpc-rs_repadm.c
index 7d7d0f9088..38cc96d12d 100644
--- a/packet-dcerpc-rs_repadm.c
+++ b/packet-dcerpc-rs_repadm.c
@@ -5,7 +5,7 @@
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rs_repadm.idl
*
- * $Id: packet-dcerpc-rs_repadm.c,v 1.4 2003/08/04 02:49:01 tpot Exp $
+ * $Id: packet-dcerpc-rs_repadm.c,v 1.5 2003/12/28 12:43:38 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -50,7 +50,7 @@ static gint ett_rs_repadm = -1;
static e_uuid_t uuid_rs_repadm = { 0x5b8c2fa8, 0xb60b, 0x11c9, { 0xbe, 0x0f, 0x08, 0x00, 0x1e, 0x01, 0x8f, 0xa0 } };
-static guint16 ver_rs_repadm = 1.1;
+static guint16 ver_rs_repadm = (guint16) (1.1);