aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-04-14 18:41:05 -0700
committerAnders Broman <a.broman58@gmail.com>2018-04-15 05:33:12 +0000
commit08c234445855bdc038912b943499511fd97e0d91 (patch)
treea8774c696551cb23e3c9d080f746266ef3dc928b /version_info.c
parent4adaa3a4b184ac6f59f7a257dfec56db87ae87c5 (diff)
Remove some references to PortAudio.
Change-Id: Icfe9516ff814db5362aa345e6f527551dcb13935 Reviewed-on: https://code.wireshark.org/review/26946 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/version_info.c b/version_info.c
index 6c80bd9174..b6ddc6aea9 100644
--- a/version_info.c
+++ b/version_info.c
@@ -93,9 +93,8 @@ get_zlib_compiled_version_info(void)
*
* "append_info" is called at the end to append any additional
* information after the standard library information. This is
- * required in order to, for example, put the Portaudio information
- * at the end of the string, as we currently don't use Portaudio in
- * TShark.
+ * required in order to, for example, put Qt information at the
+ * end of the string, as we don't use Qt in TShark.
*/
GString *
get_compiled_version_info(void (*prepend_info)(GString *),
@@ -301,8 +300,8 @@ get_locale(void)
*
* "additional_info" is called at the end to append any additional
* information; this is required in order to, for example, put the
- * Portaudio information at the end of the string, as we currently
- * don't use Portaudio in TShark.
+ * libcap information at the end of the string, as we currently
+ * don't use libcap in TShark.
*/
GString *
get_runtime_version_info(void (*additional_info)(GString *))