ifix bad prototype.

This commit is contained in:
Ubuntu32 2011-12-07 08:36:10 -08:00
parent 291486af3d
commit c74cc23940

View File

@ -410,7 +410,7 @@ Yap_KillStacks(int wid)
}
#else
void
Yap_KillStacks(void)
Yap_KillStacks(int wid)
{
if (LOCAL_GlobalBase) {
free(LOCAL_GlobalBase);