Browse Source

Merge commit '45a60a3' into bfgminer

Luke Dashjr 12 years ago
parent
commit
2a3f988fed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api.c

+ 1 - 0
api.c

@@ -1389,6 +1389,7 @@ static const char *status2str(enum alive status)
 		case LIFE_SICK:
 		case LIFE_SICK:
 			return SICK;
 			return SICK;
 		case LIFE_DEAD:
 		case LIFE_DEAD:
+		case LIFE_DEAD2:
 			return DEAD;
 			return DEAD;
 		case LIFE_NOSTART:
 		case LIFE_NOSTART:
 			return NOSTART;
 			return NOSTART;