Commit bf1e8766e4d43ff88bc09c65a39eb9ff46389fef

Con Kolivas 2014-03-28T17:25:21

Remove displayed space

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index 61de1c9..902b0bf 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -2753,7 +2753,7 @@ static void curses_print_devstatus(struct cgpu_info *cgpu, int devno, int count)
 		adj_fwidth(cgpu->diff_rejected, &drwidth);
 		adj_width(cgpu->hw_errors, &hwwidth);
 		adj_width(wu, &wuwidth);
-		cg_wprintw(statuswin, " A:%*.0f R:%*.0f HW:%*d WU:%*.1f/m",
+		cg_wprintw(statuswin, "A:%*.0f R:%*.0f HW:%*d WU:%*.1f/m",
 				dawidth, cgpu->diff_accepted,
 				drwidth, cgpu->diff_rejected,
 				hwwidth, cgpu->hw_errors,