diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-26 05:30:45 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-26 05:30:45 -0500 |
commit | 9afcefccaf54e05b9d5cd9054ec38489ae028c65 (patch) | |
tree | f5046b71670b19755b6d739dd1d8877f1aecef54 /listamsb.c | |
parent | 7663d7e3f35daa07900557faa5a1e83fbbcdadb0 (diff) | |
download | bw-atari8-tools-9afcefccaf54e05b9d5cd9054ec38489ae028c65.tar.gz |
listamsb: minor cleanup.
Diffstat (limited to 'listamsb.c')
-rw-r--r-- | listamsb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |