-added some last exit possibility if wiiflow doesnt find one

or fails to use existing ones (may fixes some codedumps)
This commit is contained in:
fix94.1 2012-07-06 19:59:45 +00:00
parent 558abcd0fb
commit ec76f99596

View File

@ -142,5 +142,6 @@ int main(int argc, char **argv)
} while (ret == 1);
Sys_Exit();
exit(1);
return 0;
};
}