Add missing newline.

This commit is contained in:
Daniel Jacobowitz
2010-03-16 14:18:06 +00:00
parent f77c394825
commit d959f8f0a3

@ -7,4 +7,4 @@ SECTIONS
{ {
.text : ALIGN (4) { *(.text) } > region .text : ALIGN (4) { *(.text) } > region
.rodata : ALIGN (4) { *(.rodata) } > region .rodata : ALIGN (4) { *(.rodata) } > region
} }