aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_to_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/address_to_str.c')
-rw-r--r--epan/address_to_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/address_to_str.c b/epan/address_to_str.c
index 0df45c7b8d..a09a4ae11c 100644
--- a/epan/address_to_str.c
+++ b/epan/address_to_str.c
@@ -127,7 +127,7 @@ ip6_to_str_buf(const struct e_in6_addr *ad, gchar *buf)
}
gchar*
-ipx_addr_to_str(guint32 net, const guint8 *ad)
+ipx_addr_to_str(const guint32 net, const guint8 *ad)
{
gchar *buf;
char *name;
@@ -152,7 +152,7 @@ ipxnet_to_string(const guint8 *ad)
}
gchar *
-ipxnet_to_str_punct(const guint32 ad, char punct)
+ipxnet_to_str_punct(const guint32 ad, const char punct)
{
gchar *buf = ep_alloc(12);