command line arguments, cleanup

This commit is contained in:
nova 2024-03-17 17:16:58 +01:00
parent 67c050abbc
commit feb34cd409
1 changed files with 0 additions and 2 deletions

2
main.c
View File

@ -105,8 +105,6 @@ int main(int argc, char **argv) {
int hex_in1;
int hex_out;
while(fgets(in_asm, sizeof(in_asm), src_asm)) {
hex_op = 0;
hex_in0 = 0;