no need for a cast here.

This commit is contained in:
Vítor Santos Costa II 2010-04-12 17:21:50 +01:00
parent b10268def1
commit 2b7c645300
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ p_load_foreign(void)
f_code->f = InitProcName;
f_code->next = ForeignCodeLoaded;
f_code->module = CurrentModule;
ForeignCodeLoaded = (void *)f_code;
ForeignCodeLoaded = f_code;
} else {
while (ofiles) {
new = ofiles->next;