diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-06-16 18:34:17 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-06-16 18:34:17 +0000 |
commit | 4447b23f6b1199e8bcf67905638b1dbee7c4771f (patch) | |
tree | 18a833451be1d0d74ba92dc86674248fe8779515 /epan/tvbuff.c | |
parent | 0b2cb8a57550f0bc13d220860c61525ef27b8ac8 (diff) | |
download | wireshark-4447b23f6b1199e8bcf67905638b1dbee7c4771f.tar.gz wireshark-4447b23f6b1199e8bcf67905638b1dbee7c4771f.tar.bz2 wireshark-4447b23f6b1199e8bcf67905638b1dbee7c4771f.zip |
Squelch some compiler warnings.
svn path=/trunk/; revision=37685
Diffstat (limited to 'epan/tvbuff.c')
-rw-r--r-- | epan/tvbuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.c b/epan/tvbuff.c index 24196cfb1b..cec87ce17e 100644 --- a/epan/tvbuff.c +++ b/epan/tvbuff.c @@ -3183,7 +3183,7 @@ static dgt_set_t Dgt1_9_bcd = { '0','1','2','3','4','5','6','7','8','9','?','?','?','?','?' } }; -gchar * +const gchar * tvb_bcd_dig_to_ep_str(tvbuff_t *tvb, const gint offset, const gint len, dgt_set_t *dgt, gboolean skip_first) { int length; |