diff --git a/ChangeLog b/ChangeLog index 4170137f4..2fc978ba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-02 Pavel Roskin + + * docs/boot.S: Fix missing newline at the end. + * docs/boot.S.texi: Regenerate. + 2008-09-03 Felix Zielcke Based on patch from Ville Skyttä diff --git a/docs/boot.S b/docs/boot.S index b0e167f83..4db6a0099 100644 --- a/docs/boot.S +++ b/docs/boot.S @@ -77,4 +77,3 @@ halt_message: /* Our stack area. */ .comm stack, STACK_SIZE - \ No newline at end of file diff --git a/docs/boot.S.texi b/docs/boot.S.texi index afca9f71c..39dcec990 100644 --- a/docs/boot.S.texi +++ b/docs/boot.S.texi @@ -77,4 +77,3 @@ halt_message: /* @r{Our stack area.} */ .comm stack, STACK_SIZE - \ No newline at end of file