Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: fixed typo for 'Enable NTP driver' settings, fixes #3372
  • Loading branch information
perexg committed Dec 2, 2015
1 parent a0e24cb commit 1a604ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Expand Up @@ -2066,7 +2066,7 @@ const idclass_t config_class = {
.type = PT_BOOL,
.id = "tvhtime_ntp_enabled",
.name = N_("Enable NTP driver"),
.off = offsetof(config_t, tvhtime_update_enabled),
.off = offsetof(config_t, tvhtime_ntp_enabled),
.opts = PO_EXPERT,
.group = 5,
},
Expand Down

0 comments on commit 1a604ee

Please sign in to comment.