aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-16 18:34:17 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-16 18:34:17 +0000
commit4447b23f6b1199e8bcf67905638b1dbee7c4771f (patch)
tree18a833451be1d0d74ba92dc86674248fe8779515 /epan/tvbuff.c
parent0b2cb8a57550f0bc13d220860c61525ef27b8ac8 (diff)
Squelch some compiler warnings.
svn path=/trunk/; revision=37685
Diffstat (limited to 'epan/tvbuff.c')
-rw-r--r--epan/tvbuff.c2
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;