aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-26 10:48:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-26 10:48:27 +0000
commit7589aef14ff6da422d19a3f14f1cbe041c32f490 (patch)
tree2fb0bdf50ef9ed81f7e4c9efd93c8fd1c6a8bf72 /epan
parentc660aa2e548d039d028a56a655c9d643c8867cbe (diff)
packet-ansi_683.c(93) : warning C4090: 'return' : different 'const' qualifiers
svn path=/trunk/; revision=14769
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ansi_683.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ansi_683.c b/epan/dissectors/packet-ansi_683.c
index 0cecfa7a93..de8cc6d140 100644
--- a/epan/dissectors/packet-ansi_683.c
+++ b/epan/dissectors/packet-ansi_683.c
@@ -80,7 +80,7 @@ static proto_tree *g_tree;
/* FUNCTIONS */
-static gchar *
+static const gchar *
my_match_strval(guint32 val, const value_string *vs, gint *idx)
{
gint i = 0;
@@ -1924,7 +1924,7 @@ dissect_ansi_683_for_message(tvbuff_t *tvb, proto_tree *ansi_683_tree)
{
guint8 msg_type;
gint idx;
- gchar *str = NULL;
+ const gchar *str = NULL;
msg_type = tvb_get_guint8(tvb, 0);
@@ -1954,7 +1954,7 @@ dissect_ansi_683_rev_message(tvbuff_t *tvb, proto_tree *ansi_683_tree)
{
guint8 msg_type;
gint idx;
- gchar *str = NULL;
+ const gchar *str = NULL;
msg_type = tvb_get_guint8(tvb, 0);