Change wording for finish message

This commit is contained in:
Rodrigo Arias 2023-02-20 18:41:12 +01:00 committed by Rodrigo Arias Mallo
parent a49555fe46
commit b5eb652580

View File

@ -55,9 +55,9 @@ main(int argc, char *argv[])
} }
if (ret == 0) if (ret == 0)
err("emulation ends ok"); err("emulation finished ok");
else else
err("emulation ends with errors"); err("emulation finished with errors");
free(emu); free(emu);