Fix: Missing newline at EOF (hall_of_fame.c)

This commit is contained in:
PikalaxALT
2020-08-25 16:35:04 -04:00
parent 2d15e6612b
commit 0fac37f181

View File

@@ -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;
}
}