[PATCH] dbghelp: Make symt_get_best_at() static.

Francois Gouget fgouget at free.fr
Sat Dec 8 18:41:20 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/dbghelp/symbol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dbghelp/symbol.c b/dlls/dbghelp/symbol.c
index c9585c5e714..96a1f8743c4 100644
--- a/dlls/dbghelp/symbol.c
+++ b/dlls/dbghelp/symbol.c
@@ -851,7 +851,7 @@ static void symt_get_length(struct module* module, const struct symt* symt, ULON
 }
 
 /* neede by symt_find_nearest */
-int symt_get_best_at(struct module* module, int idx_sorttab)
+static int symt_get_best_at(struct module* module, int idx_sorttab)
 {
     ULONG64 ref_addr;
     int idx_sorttab_orig = idx_sorttab;
-- 
2.19.2




More information about the wine-devel mailing list