Some small fixes.

This commit is contained in:
OBattler
2021-11-19 19:07:11 +01:00
parent 01de33f9ac
commit a42f9eefc0
2 changed files with 3 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ dynld_module(const char *name, dllimp_t *table)
}
/* All good. */
pclog("loaded %s\n", name);
dynld_log("loaded %s\n", name);
return((void *)h);
}