aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 41e1dfb660..96b09d513b 100644
--- a/tshark.c
+++ b/tshark.c
@@ -815,7 +815,7 @@ main(int argc, char *argv[])
register_all_plugin_tap_listeners();
#endif
#ifdef HAVE_EXTCAP
- extcap_register_preferences();
+ extcap_register_preferences();
#endif
register_all_tap_listeners();
conversation_table_set_gui_info(init_iousers);