diff options
| -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();  | 
