Fixed signal_statetab.

This commit is contained in:
Kai Sommerfeld 2014-08-23 11:09:09 +02:00 committed by Jaroslav Kysela
parent 2090495244
commit f2a5c41099

View file

@ -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 )