Fix from jon@symas.com for misdeclared lib handle

This commit is contained in:
Howard Chu 2001-12-07 03:18:32 +00:00
parent 257fd527c5
commit 245d24f776

View file

@ -29,7 +29,7 @@ struct module_regtable_t {
typedef struct module_loaded_t {
struct module_loaded_t *next;
lt_dlhandle *lib;
lt_dlhandle lib;
} module_loaded_t;
module_loaded_t *module_list = NULL;