pascal-ize the error string

This commit is contained in:
Kelvin Sherlock 2021-03-14 22:35:33 -04:00
parent 1873eefd16
commit 46e8e8e20f
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -63,7 +63,7 @@ Word StartUp(displayPtr fx)
// require 3.0b3
if (TCPIPLongVersion() < 0x03006003)
{
if (fx) fx("Marinetti 3.0b3 is required.");
if (fx) fx("\pMarinetti 3.0b3 is required.");
if (flags & kLoaded)
UnloadOneTool(54);
return -1;