Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 4, 2024
1 parent 0e73844 commit e1527d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions retail/bootloader/source/arm7/main.arm7.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,7 @@ static void loadROMintoRAM(const tNDSHeader* ndsHeader, const module_params_t* m

dbg_printf("ROM pre-loaded into RAM at ");
dbg_hexa(romLocation);
dbg_printf("\n");
dbg_printf("\n");
dbg_printf("\n\n");
}

static void setMemoryAddress(const tNDSHeader* ndsHeader, const module_params_t* moduleParams, aFile romFile) {
Expand Down

0 comments on commit e1527d7

Please sign in to comment.