Fix comment.

Change-Id: I5c18130dc22220ddd85109235383fcf61e543d89
Reviewed-on: https://code.wireshark.org/review/19552
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-01-04 18:51:36 -08:00
parent 229f573846
commit 31c903724e
1 changed files with 1 additions and 1 deletions

View File

@ -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 */