From 31c903724e250500e4a2c3dbff42548495567703 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 4 Jan 2017 18:51:36 -0800 Subject: [PATCH] Fix comment. Change-Id: I5c18130dc22220ddd85109235383fcf61e543d89 Reviewed-on: https://code.wireshark.org/review/19552 Reviewed-by: Guy Harris --- ui/gtk/about_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gtk/about_dlg.c b/ui/gtk/about_dlg.c index cf2fb93589..30a863c5bf 100644 --- a/ui/gtk/about_dlg.c +++ b/ui/gtk/about_dlg.c @@ -251,7 +251,7 @@ splash_update(register_action_e action, const char *message, gpointer client_dat } if(ul_count == 0) { /* get the count of dissectors */ - ul_count = register_count() + 6; /* additional 7 for: + ul_count = register_count() + 6; /* additional 6 for: dissectors, listeners, registering plugins, handingoff plugins, preferences, and interfaces */