Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Jul 6, 2024
1 parent e5b1471 commit cc28986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunCPM/abstraction_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ uint32 _HardwareIn(const uint32 Port) {
/* Host initialization functions */
/*===============================================================================*/

#ifdef STREAMIO
static void _file_failure_exit(char *argv[], char* fmt, char* filename)
{
fprintf(stderr, "%s: ", argv[0]);
Expand All @@ -537,7 +538,6 @@ static void _file_failure_exit(char *argv[], char* fmt, char* filename)
exit(EXIT_FAILURE);
}

#ifdef STREAMIO
static void _usage(char *argv[]) {
fprintf(stderr,
"RunCPM - an emulator to run CP/M programs on modern hosts\n"
Expand Down

0 comments on commit cc28986

Please sign in to comment.