Commit edcff404 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dbghelp: Make symt_get_best_at() static.

parent db850cd7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment