diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-25 16:35:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-25 16:35:04 -0400 |
commit | 0fac37f181e2dabea5015f2d8ec7d1923d4447f5 (patch) | |
tree | dd30112f4a0d4b69ba53269bd42d422d377eb75c | |
parent | 2d15e6612b94971cd26dafb508dbedbd9e8e4686 (diff) |
Fix: Missing newline at EOF (hall_of_fame.c)
-rw-r--r-- | arm9/src/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/hall_of_fame.c b/arm9/src/hall_of_fame.c index 1baf1c12..7cc1c0f2 100644 --- a/arm9/src/hall_of_fame.c +++ b/arm9/src/hall_of_fame.c @@ -144,4 +144,4 @@ void Sav2_HOF_GetClearDate(struct HallOfFame * hof, int a1, RTCDate * dest) dest->month = party->month; dest->day = party->day; dest->week = RTC_WEEK_SUNDAY; -}
\ No newline at end of file +} |