mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Add newlines at the end of the file
Quiet maemo's gcc 4.2.1 compiler warning. Change-Id: I35dfb2c0cb269b05edd62adf71fe0308a4b9ba5b
This commit is contained in:
parent
3add6c7435
commit
55a5aab97c
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ unwarm.c
|
|||
unwarminder.c
|
||||
unwarmmem.c
|
||||
unwarm_thumb.c
|
||||
safe_read.S
|
||||
safe_read.S
|
||||
|
|
|
@ -30,4 +30,4 @@ bool safe_read8(uint8_t *addr, uint8_t *value);
|
|||
bool safe_read16(uint16_t *addr, uint16_t *value);
|
||||
bool safe_read32(uint32_t *addr, uint32_t *value);
|
||||
|
||||
#endif /* __SAFE_READ__ */
|
||||
#endif /* __SAFE_READ__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue