dbghelp: Make symt_get_best_at() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-12-09 01:41:20 +01:00 committed by Alexandre Julliard
parent db850cd758
commit edcff4046c
1 changed files with 1 additions and 1 deletions

View File

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