From: Christian Groessler Date: Fri, 7 Mar 2014 22:10:22 +0000 (+0100) Subject: fix indentation X-Git-Tag: V2.15~114^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73df73194a55b8cfe215fa3b566043d02eeffde4;p=cc65 fix indentation --- 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