Fix the width of a type (and hopefully please the buildbots).

svn path=/trunk/; revision=39657
This commit is contained in:
Martin Mathieson 2011-10-28 18:59:30 +00:00
parent ec748afa3a
commit 338cb689a6
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ static void dissect_rlc_umts(tvbuff_t *tvb, gint offset,
guint8 tag;
gboolean ueid_set = FALSE, rbid_set=FALSE;
guint32 ueid = 0;
guint16 rbid = 0;
guint8 rbid = 0;
guint8 length;
tvbuff_t *rlc_tvb;
dissector_handle_t rlc_umts_handle = 0;