From dcbefb10186d2363e38dc02c5813c7be8bf6aa0c Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Thu, 16 Jan 2014 23:45:48 +0100 Subject: [PATCH] fix indentation --- libsrc/atari/carthdr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/carthdr.s b/libsrc/atari/carthdr.s index 52dc42053..3e4ea219c 100644 --- a/libsrc/atari/carthdr.s +++ b/libsrc/atari/carthdr.s @@ -10,7 +10,7 @@ .include "atari.inc" - .segment "CARTHDR" +.segment "CARTHDR" .word cartstart ; start routine .byte 0 ; must be zero -- 2.39.5