From 681c9594cc37581c50d48b67364398bdedeae4bf Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 21 May 2021 01:45:55 +0200 Subject: [PATCH] libsrc/atari5200/crt0.s: fix formatting --- libsrc/atari5200/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari5200/crt0.s b/libsrc/atari5200/crt0.s index 9538d3bb4..8f6e02273 100644 --- a/libsrc/atari5200/crt0.s +++ b/libsrc/atari5200/crt0.s @@ -44,4 +44,4 @@ _exit: jsr donelib ; Run module destructors ; A 5200 program isn't supposed to exit. -halt: jmp halt +halt: jmp halt