From f421b4e96f0f0a7c677eb9aae97846686c7e3750 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Wed, 5 May 2021 13:52:24 +1000 Subject: [PATCH] cleanup --- lib/example.f | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/example.f b/lib/example.f index 499f468..dad8518 100644 --- a/lib/example.f +++ b/lib/example.f @@ -17,8 +17,9 @@ 10 FIB .U SPACE S" (Expected: 59)" TELL NEWLINE ; -\ This example calls the Blt() function on UEFI's Graphics Output Protocol. See -\ the UEFI specification and uefi.f for more information. +\ This example calls the Blt() function on UEFI's Graphics Output +\ Protocol. See the UEFI specification and uefi.f for more +\ information. : BLUE-SQUARE GraphicsOutputProtocol HERE @ 255 C, 0 C, 0 C, 0 C, \ Buffer with single blue pixel -- 2.39.2