summaryrefslogtreecommitdiff
path: root/epan/uat.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/uat.c')
-rw-r--r--epan/uat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.c b/epan/uat.c
index e4b5ba235a..adf9988232 100644
--- a/epan/uat.c
+++ b/epan/uat.c
@@ -373,7 +373,7 @@ void uat_foreach_table(uat_cb_t cb,void* user_data) {
void uat_load_all(void) {
guint i;
- gchar* err;
+ const gchar* err;
for (i=0; i < all_uats->len; i++) {
uat_t* u = g_ptr_array_index(all_uats,i);