Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed signal_statetab.
  • Loading branch information
ksooo authored and perexg committed Sep 1, 2014
1 parent 2090495 commit f2a5c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tvheadend.h
Expand Up @@ -437,8 +437,8 @@ typedef enum
static struct strtab signal_statetab[] = {
{ "GOOD", SIGNAL_GOOD },
{ "BAD", SIGNAL_BAD },
{ "FAINT", SIGNAL_BAD },
{ "NONE", SIGNAL_BAD },
{ "FAINT", SIGNAL_FAINT },
{ "NONE", SIGNAL_NONE },
};

static inline const char * signal2str ( signal_state_t st )
Expand Down

0 comments on commit f2a5c41

Please sign in to comment.