diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-11 10:09:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-11 10:09:47 -0400 |
commit | 06bc713f9a6238c132a8504f44b2ff1a3e7c9724 (patch) | |
tree | 8e1456bb87622715d99d4dd74a41c02c1e347452 | |
parent | 5b9349e82a47d4928e7b2f048c854ca79a1cd3d6 (diff) |
Fix indentation in ld_script.txt
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index f55a1c0c3..0e8edea06 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -508,7 +508,7 @@ SECTIONS { songs : ALIGN(4) { - sound/songs/midi/mus_dummy.o(.rodata); + sound/songs/midi/mus_dummy.o(.rodata); sound/songs/midi/se_kaifuku.o(.rodata); sound/songs/midi/se_pc_login.o(.rodata); sound/songs/midi/se_pc_off.o(.rodata); |