aboutsummaryrefslogtreecommitdiffstats
path: root/tap-stats_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-stats_tree.c')
-rw-r--r--tap-stats_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-stats_tree.c b/tap-stats_tree.c
index 732154ff67..9533ac533a 100644
--- a/tap-stats_tree.c
+++ b/tap-stats_tree.c
@@ -67,7 +67,7 @@ static void draw_stats_tree(void *psp) {
}
-static void init_stats_tree(char *optarg) {
+static void init_stats_tree(const char *optarg) {
guint8* abbr = stats_tree_get_abbr(optarg);
GString *error_string;
stats_tree_cfg *cfg = NULL;