aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-01-26 23:11:08 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-01-26 23:11:08 +0000
commit53fec4ae342c510fcb69e5e3aa536ffbfb661c1b (patch)
tree2ccad53332fe550d2a48cd3c27763e5cff56f6a1 /epan/dissectors/packet-gsm_a_common.c
parentdf6d8f49f9b04fde0b2109fc7ba666671a8dc16c (diff)
Fix compilation errors
svn path=/trunk/; revision=35673
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index 4217667496..ed2bdffa2c 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -3096,7 +3096,7 @@ static const value_string gsm_a_pld_xid_vals[] = {
{ 0, NULL }
};
guint16
-de_nas_cont_for_ps_ho(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len)
+de_nas_cont_for_ps_ho(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;