diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-02 03:30:03 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-02 03:30:03 -0400 |
commit | 8837d881fc8a96e9d3cdeec1c8d0f19ca6225583 (patch) | |
tree | 680466d0bd0619a775b02258cd44af094d04fc5d /unmac65.c | |
parent | 459efec37dd964944b7df6bf74f07652ba136343 (diff) | |
download | bw-atari8-tools-8837d881fc8a96e9d3cdeec1c8d0f19ca6225583.tar.gz |
Diffstat (limited to 'unmac65.c')
-rw-r--r-- | unmac65.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -822,6 +822,7 @@ void atari8_get_opts() { #endif void usage() { + fputs(BANNER, stderr); fprintf(stderr, "usage: " SELF " [options] inputfile\n\n"); fprintf(stderr, "options:\n"); #ifndef ATARI8 @@ -998,9 +999,8 @@ void handle_cli_opts(int argc, char **argv) { } int main(int argc, char **argv) { - fputs(BANNER, stderr); - #ifdef ATARI8 + fputs(BANNER, stderr); while(1) { if(argc < 2) { atari8_get_opts(); |