From: Stephan Mühlstrasser Date: Sun, 8 Feb 2015 16:12:54 +0000 (+0100) Subject: Add missing newline X-Git-Tag: V2.15~22^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fc237faba7182c26faf3e727ddbdde716e813af0;p=cc65 Add missing newline --- diff --git a/libsrc/osic1p/osic1p.inc b/libsrc/osic1p/osic1p.inc index 4ad0e038b..62178822b 100644 --- a/libsrc/osic1p/osic1p.inc +++ b/libsrc/osic1p/osic1p.inc @@ -2,4 +2,4 @@ SCRNBASE := $D000 ; Base of video RAM VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB) INPUTC := $FD00 ; Input character from keyboard -RESET := $FF00 ; Reset address, show boot prompt \ No newline at end of file +RESET := $FF00 ; Reset address, show boot prompt