add newline at end of file as older gcc compilers warn about this

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-01-08 09:53:53 +00:00
parent 7f749b4689
commit fe706d2754

View file

@ -940,4 +940,4 @@ void mp3_play_stop(void)
CHCR3 &= ~0x0001; /* Disable the DMA interrupt */ CHCR3 &= ~0x0001; /* Disable the DMA interrupt */
} }
#endif /* #ifndef SIMULATOR */ #endif /* #ifndef SIMULATOR */