From 46e8e8e20ff2309a53408bad3933ab0c95a7f68d Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 14 Mar 2021 22:35:33 -0400 Subject: [PATCH] pascal-ize the error string --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2fe0b97..68d3616 100644 --- a/main.c +++ b/main.c @@ -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;