aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-26 05:30:45 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-26 05:30:45 -0500
commit9afcefccaf54e05b9d5cd9054ec38489ae028c65 (patch)
treef5046b71670b19755b6d739dd1d8877f1aecef54 /listamsb.c
parent7663d7e3f35daa07900557faa5a1e83fbbcdadb0 (diff)
downloadbw-atari8-tools-9afcefccaf54e05b9d5cd9054ec38489ae028c65.tar.gz
listamsb: minor cleanup.
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listamsb.c b/listamsb.c
index b139dd5..c0bf3e8 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -130,7 +130,7 @@ void read_header(void) {
void unknown_token(int lineno, unsigned char byte, int ext) {
warnings++;
fprintf(outfile, "<unknown %stoken ", (ext ? "extended " : ""));
- fprintf(outfile, "%s%02x>", (ext ? "ff ": ""), byte);
+ fprintf(outfile, "%s%02x>", (ext ? "$ff ": ""), byte);
}
int next_line(void) {