Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tvhlog: add missing end-of-array, fixes #3266
  • Loading branch information
perexg committed Dec 2, 2015
1 parent 1c1c814 commit 94e171e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tvhlog.c
Expand Up @@ -632,6 +632,7 @@ const idclass_t tvhlog_conf_class = {
.name = N_("Settings"),
.number = 1,
},
{}
},
.ic_properties = (const property_t[]){
{
Expand Down

0 comments on commit 94e171e

Please sign in to comment.