From: jede Date: Mon, 16 Apr 2018 19:51:15 +0000 (+0200) Subject: Fix comment X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F627%2Fhead;p=cc65 Fix comment --- diff --git a/libsrc/telestrat/chline.s b/libsrc/telestrat/chline.s index 16e57d5fd..6ead10eee 100644 --- a/libsrc/telestrat/chline.s +++ b/libsrc/telestrat/chline.s @@ -13,7 +13,7 @@ .proc _chline sta tmp1 @loop: - lda #'-' ; Horizontal line screen code + lda #'-' ; horizontal line screen code BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms) dec tmp1 bne @loop