Make naming of RTC config functions consistent

This commit is contained in:
Miroslav Lichvar
2013-12-10 16:39:14 +01:00
parent b4f6a0f94a
commit be14dbffef
5 changed files with 7 additions and 7 deletions

View File

@@ -374,7 +374,7 @@ t_from_rtc(struct tm *stm) {
static void
setup_config(void)
{
if (CNF_GetRTCOnUTC()) {
if (CNF_GetRtcOnUtc()) {
rtc_on_utc = 1;
} else {
rtc_on_utc = 0;