Browse Source

Merge branch 'bugfix_rest_pad' into bfgminer

Luke Dashjr 13 years ago
parent
commit
78934b6770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -1932,7 +1932,7 @@ static void curses_print_devstatus(int thr_id)
 	else if (cgpu->deven == DEV_DISABLED)
 		wprintw(statuswin, "OFF  ");
 	else if (cgpu->deven == DEV_RECOVER)
-		wprintw(statuswin, "REST  ");
+		wprintw(statuswin, "REST ");
 	else
 		wprintw(statuswin, "%s", cHr);
 	adj_width(cgpu->accepted, &awidth);