change a wrong return type of moo_mod_querypv_t

This commit is contained in:
hyunghwan.chung 2019-10-30 08:37:52 +00:00
parent e7cc1936fb
commit 176710609e

View File

@ -1398,7 +1398,7 @@ typedef moo_pfbase_t* (*moo_mod_querypf_t) (
moo_oow_t namelen
);
typedef moo_pfbase_t* (*moo_mod_querypv_t) (
typedef moo_pvbase_t* (*moo_mod_querypv_t) (
moo_t* moo,
moo_mod_t* mod,
const moo_ooch_t* name,