From 8db4ddd40c6858109369156f6ae7b14c40c3b8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 18 Sep 2017 15:45:17 +0100 Subject: Rename get_plugin_dir() for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WS_DLL_PUBLIC const char *get_plugin_dir(void); WS_DLL_PUBLIC const char *get_plugins_pers_dir(void); Opt for the plural form consistently (for public functions at least). Change-Id: I8a5861ad7f90f9c87168bd3275bd9dbc5c83b749 Reviewed-on: https://code.wireshark.org/review/23608 Petri-Dish: João Valverde Reviewed-by: Guy Harris --- tshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tshark.c') diff --git a/tshark.c b/tshark.c index ad710b8b08..4bd07a636b 100644 --- a/tshark.c +++ b/tshark.c @@ -616,7 +616,7 @@ about_folders(void) printf("%-21s\t%s\n", "Personal Plugins:", get_plugins_pers_dir()); /* global plugins */ - printf("%-21s\t%s\n", "Global Plugins:", get_plugin_dir()); + printf("%-21s\t%s\n", "Global Plugins:", get_plugins_dir()); #endif #ifdef HAVE_GEOIP -- cgit v1.2.3