summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 6257213f28..bc3ef94c32 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -150,7 +150,7 @@ static guint num_header_fields = 0;
static GHashTable* header_fields_hash = NULL;
static void
-header_fields_update_cb(void *r, const char **err)
+header_fields_update_cb(void *r, char **err)
{
header_field_t *rec = (header_field_t *)r;
char c;