From 73df73194a55b8cfe215fa3b566043d02eeffde4 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 7 Mar 2014 23:10:22 +0100 Subject: [PATCH] fix indentation --- libsrc/atari/crt0.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index 771b11d6d..ec41565b5 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -100,8 +100,8 @@ start: ; Initialize conio stuff - dey ; Set Y to $FF - sty CH ; remove keypress which might be in the input buffer + dey ; Set Y to $FF + sty CH ; remove keypress which might be in the input buffer ; Push arguments and call main -- 2.39.5