From 7073e57546f2d7a0bacd799ddfc66b708772a0dc Mon Sep 17 00:00:00 2001 From: EkeEke Date: Mon, 22 Oct 2012 15:59:40 +0200 Subject: [PATCH] fixed missing newline at the end of a few files --- source/cd_hw/cd_cart.c | 2 +- source/input_hw/terebi_oekaki.c | 2 +- source/sound/sn76489.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/cd_hw/cd_cart.c b/source/cd_hw/cd_cart.c index 7cfd306..94c11e2 100644 --- a/source/cd_hw/cd_cart.c +++ b/source/cd_hw/cd_cart.c @@ -264,4 +264,4 @@ void cd_cart_init(void) } } } -} \ No newline at end of file +} diff --git a/source/input_hw/terebi_oekaki.c b/source/input_hw/terebi_oekaki.c index bfcabc1..94bb89d 100644 --- a/source/input_hw/terebi_oekaki.c +++ b/source/input_hw/terebi_oekaki.c @@ -74,4 +74,4 @@ void terebi_oekaki_write(unsigned char data) /* set BUSY flag */ tablet.busy = 1; -} \ No newline at end of file +} diff --git a/source/sound/sn76489.h b/source/sound/sn76489.h index 19d4a86..3c86cae 100644 --- a/source/sound/sn76489.h +++ b/source/sound/sn76489.h @@ -20,4 +20,4 @@ extern void SN76489_Update(unsigned int cycles); extern void *SN76489_GetContextPtr(void); extern int SN76489_GetContextSize(void); -#endif /* _SN76489_H_ */ \ No newline at end of file +#endif /* _SN76489_H_ */