Skip to content

Commit

Permalink
Proper order of system files
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocasino committed Jan 15, 2025
1 parent 0ce175f commit 4083258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#define SYSTEM_FILES 2
const char sys_files[SYSTEM_FILES][11] = {
"BDOS SYS",
"CCP SYS"
"CCP SYS",
"BDOS SYS"
};

DPH* dph;
Expand Down

0 comments on commit 4083258

Please sign in to comment.