Browse Source

Merge commit '1a4c3d7' into bfgminer

Luke Dashjr 13 years ago
parent
commit
c1004f1479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -475,7 +475,7 @@ void get_modminer_statline_before(char *buf, struct cgpu_info *modminer)
 	if (gt > 0)
 	if (gt > 0)
 		tailsprintf(buf, "%5.1fC ", gt);
 		tailsprintf(buf, "%5.1fC ", gt);
 	else
 	else
-		tailsprintf(buf, "       ", gt);
+		tailsprintf(buf, "       ");
 	tailsprintf(buf, "        | ");
 	tailsprintf(buf, "        | ");
 }
 }