diff options
Diffstat (limited to 'src/hash/pearson.c')
| -rw-r--r-- | src/hash/pearson.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/pearson.c b/src/hash/pearson.c index c5fcf19..d42c9fe 100644 --- a/src/hash/pearson.c +++ b/src/hash/pearson.c @@ -59,6 +59,7 @@ int l_setpearson(lua_State* L){ return 0; } +common_hash_clone(pearson); common_hash_init_update(pearson); int l_pearson_final(lua_State* L){ |
