* dll_init.cc (dll_list::alloc): Fix debugging output.

This commit is contained in:
Christopher Faylor
2000-07-18 02:26:46 +00:00
parent b7be354a26
commit 49a1613414
2 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,7 @@ dll_list::alloc (HINSTANCE h, per_process *p, dll_type type)
if (d == NULL)
{ /* Nope. */
#ifdef DEBUGGING
system_printf ("VirtualAlloc failed for %E");
system_printf ("VirtualAlloc failed, %E");
#endif
__seterrno ();
return NULL;