Wrong function name.

Change-Id: I56e6a7dbb7290963548fdd61784554d67fc70bfe
Reviewed-on: https://code.wireshark.org/review/6156
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-12-30 23:07:24 -08:00
parent 0bf38f7aec
commit 938b6a781c
1 changed files with 1 additions and 1 deletions

View File

@ -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"