Skip to content
Snippets Groups Projects
Commit 245d24f7 authored by Howard Chu's avatar Howard Chu
Browse files

Fix from jon@symas.com for misdeclared lib handle

parent 257fd527
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment