From c5f3a7e6903e1e50bc094c9743b7cc6238ee4f74 Mon Sep 17 00:00:00 2001 From: mc78 Date: Mon, 26 Aug 2024 01:50:41 +0200 Subject: [PATCH] Fixed dangling spaces --- include/cbm.h | 2 +- libsrc/cbm/workingscreenaddr.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cbm.h b/include/cbm.h index 5dc0165fd..8c5a78b10 100644 --- a/include/cbm.h +++ b/include/cbm.h @@ -322,6 +322,6 @@ void __fastcall__ cbm_closedir (unsigned char lfn); int __fastcall__ cbm_set_working_screen(unsigned char screen_hi); /* Sets the address of the working screen (no switching of viewport) to screen_hi*0x100. Checks, if the screen_hi is a multiple of 4. If not, fails with EXIT_FAILURE. */ - + /* End of cbm.h */ #endif diff --git a/libsrc/cbm/workingscreenaddr.s b/libsrc/cbm/workingscreenaddr.s index 7c2d1f488..14aff477d 100644 --- a/libsrc/cbm/workingscreenaddr.s +++ b/libsrc/cbm/workingscreenaddr.s @@ -28,7 +28,7 @@ _cbm_set_working_screen: jsr PLOT ; Get cursor position ... clc jsr PLOT ; ... and set it again to update address of char below cursor with new hi-byte - + lda #0 tax rts