Change wording for finish message
This commit is contained in:
parent
a49555fe46
commit
b5eb652580
@ -55,9 +55,9 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
if (ret == 0)
|
||||
err("emulation ends ok");
|
||||
err("emulation finished ok");
|
||||
else
|
||||
err("emulation ends with errors");
|
||||
err("emulation finished with errors");
|
||||
|
||||
free(emu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user