aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tfshark.c b/tfshark.c
index 5f23676e52..7b713b793c 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -851,7 +851,7 @@ main(int argc, char *argv[])
epan_get_compiled_version_info);
/* Get the run-time version information string */
- runtime_info_str = get_runtime_version_info(tfshark_runtime_version_info);
+ runtime_info_str = get_runtime_version_info(get_tfshark_runtime_version_info);
/* Add it to the information to be reported on a crash. */
ws_add_crash_info("TFShark (Wireshark) %s\n"