summaryrefslogtreecommitdiffstats
path: root/src/fuzzy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuzzy.c')
-rw-r--r--src/fuzzy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy.c b/src/fuzzy.c
index ecd1af64f..a53ed929d 100644
--- a/src/fuzzy.c
+++ b/src/fuzzy.c
@@ -107,7 +107,7 @@ fuzzy_update (fuzzy_hash_t *h, char c)
*
* Replace cost is normally 1, and 2 with nonzero xcost.
*/
-static uint32_t
+uint32_t
lev_distance (char *s1, int len1, char *s2, int len2)
{
int i;