Fix file endings

This commit is contained in:
Byron Lathi
2022-04-16 21:04:39 -05:00
parent f1e71a9461
commit 8c9ae78040
7 changed files with 6 additions and 8 deletions

View File

@@ -25,4 +25,4 @@ void o65_print_option(o65_opt_t* opt) {
cprintf("%x", opt->data[0]);
}
cprintf("\n\n");
}
}