Browse Source

Merge branch 'bugfix_ocl_noadl_statline' into bfgminer

Luke Dashjr 13 years ago
parent
commit
1f68cad7e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-opencl.c

+ 2 - 0
driver-opencl.c

@@ -1522,6 +1522,8 @@ static void get_opencl_statline_before(char *buf, struct cgpu_info *gpu)
 			tailsprintf(buf, "        ");
 		tailsprintf(buf, "| ");
 	}
+	else
+		tailsprintf(buf, "        | ");
 }
 #endif