diff options
Diffstat (limited to 'proto_hier_stats.c')
-rw-r--r-- | proto_hier_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_hier_stats.c b/proto_hier_stats.c index 40651fc6ae..77d3534441 100644 --- a/proto_hier_stats.c +++ b/proto_hier_stats.c @@ -206,7 +206,7 @@ ph_stats_new(void) /* Count of packets at which we've looked. */ count = 0; /* Progress so far. */ - progbar_val = 0.0; + progbar_val = 0.0f; stop_flag = FALSE; g_get_current_time(&start_time); |